body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.svg#Calibri') format('svg'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/CalibriRegular.eot');
    src: url('../fonts/CalibriRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/CalibriRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: Apple-SD-Gothic-Neo;
    src: url('../fonts/Apple-SD-Gothic-Neo-Bold.ttf');
}

@font-face {
    font-family: Apple-SD-Gothic-Neo-medium;
    src: url('../fonts/apple-sd-gothic-neo-medium.otf');
}

*:not(span.icon) {
    font-family: 'poppins' !important;
}

@font-face {
    src: url(fonts/El-Messiri-Regular.ttf);
    font-family: Messiri-regular;
}

@font-face {
    src: url(fonts/El-Messiri-Medium.ttf);
    font-family: Messiri-Medium;
}

@font-face {
    src: url(fonts/El-Messiri-Bold.ttf);
    font-family: El-Messiri-Bold;
}

@font-face {
    src: url(fonts/El-Messiri-SemiBold.ttf);
    font-family: El-Messiri-SemiBold;
}

.container-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.container-1920 {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 5%;
}


/*********************header********************************/

.pages-header {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 15px 0px;
}

.logo-container {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: start;
}

.logo-container img {
    width: 200px;
    height: auto;
    max-width: 90%;
}

.main-menu-contiainer {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 30px;
    padding-bottom: 0px;
}

.main-menu {
    display: inline-block;
    height: auto;
}

.main-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: inline-block;
    margin: 0px 22px;
}

.main-menu ul li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    transition: .5s;
    padding: 0;
    position: relative;
    margin-top: 10px;
    font-family: Apple-SD-Gothic-Neo !important;
}

.main-menu ul li a:hover {
    background-color: unset;
    background: unset;
}

.login-link {
    display: inline-block;
    float: right;
}

.login-link a {
    display: inline-block;
    padding: 9px 55px;
    color: #fff;
    background-color: #00B9E9;
    font-size: 18px;
    transition: .5s;
    border: 1px solid #fff;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 7px;
}

.login-link a:hover {
    color: #00b8e9;
    background-color: #fff;
    border: 1px solid #00b8e9;
}


/*******************slider*****************************/

.slider {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.slider-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-data {
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-data-title {
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-data-title h2 {
    font-size: 35px;
    width: 79%;
    font-family: Apple-SD-Gothic-Neo-medium !important;
}

.slider-data-txt {
    display: inline-block;
    width: 79%;
    height: auto;
    margin-top: 0px;
    color: #382933;
    font-size: 14px;
}

.slider-video {
    display: inline-block;
    width: 100%;
    height: auto;
    height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    text-align: center;
}

.video-player img {
    display: inline-block;
    max-width: 66%;
}

.slider-video video {
    width: 100%;
    height: auto;
}


/**********************************************************/

.selected img {
    opacity: 0.5;
}

.our-client {
    display: inline-block;
    width: 100%;
    height: 420px;
    background: rgb(142, 193, 72);
    background: linear-gradient(100deg, rgba(142, 193, 72, 1) 18%, rgba(10, 116, 187, 1) 52%, rgba(35, 173, 230, 1) 91%);
    padding: 30px 0px;
    margin-top: -53px;
    z-index: 0;
    padding-top: 60px;
    box-shadow: 0px 0px 10px black;
}


/***********************tools******************************/

.tools {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin-top: 3px;
}

.tools-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.tools-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
}

.tools-title h2 {
    color: #18456c;
    font-family: Apple-SD-Gothic-Neo-medium !important;
    font-size: 40px;
    margin-top: 30px;
}

.tools-data {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.tools-cart {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 30px;
}

.tools-cart-data {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.tools-cart-data-img {
    display: inline-block;
    width: 50%;
    margin: 10px 25%;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(196, 225, 242, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(196, 225, 242, 1);
    box-shadow: 0px 0px 30px 0px rgba(196, 225, 242, 1);
    position: relative;
}

.tools-cart-data-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tools-cart-data-img-number {
    position: absolute;
    top: 1%;
    right: 3%;
}

.tools-cart-data-img-number span {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
}

.tools-cart-data-title {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.tools-cart-data-title h4 {
    font-size: 22px;
}

.tools-cart-data-txt {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: black;
}

.green .tools-cart-data-title h4 {
    color: #8cbf49;
}

.green .tools-cart-data-img-number span {
    background-color: #8cbf49;
}

.blue .tools-cart-data-title h4 {
    color: #0771b7;
}

.blue .tools-cart-data-img-number span {
    background-color: #0771b7;
}

.light-bl .tools-cart-data-title h4 {
    color: #25a9e1;
}

.light-bl .tools-cart-data-img-number span {
    background-color: #25a9e1;
}

.blue {
    margin-top: 30px;
}


/**********************rates*******************************/

.rates {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    background: rgb(142, 193, 72);
    background: linear-gradient(100deg, rgba(142, 193, 72, 1) 18%, rgba(10, 116, 187, 1) 52%, rgba(35, 173, 230, 1) 91%);
    padding: 30px 0px;
}

.rates-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.rates-title {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.rates-title h2 {
    font-family: Apple-SD-Gothic-Neo-medium !important;
    font-size: 40px;
    margin-top: 30px;
    color: #fff;
}

.rates-data {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.rates-data-cart {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.rates-data-cart-title {
    display: inline-block;
    width: 15%;
    float: left;
    color: #fff;
}

.rates-data-cart-title-number {
    font-size: 30px;
}

.rates-data-cart-title-number h6 {
    font-size: 13px;
    color: #d4d6d4;
}

.rates-data-cart-title-number p span {
    font-size: 15px;
}

.rates-data-cart-title-body {
    display: inline-block;
    height: auto;
    font-size: 16px;
    width: 85%;
    float: right;
    font-size: 20px;
    color: #fff;
    line-height: 37px;
    font-family: Apple-SD-Gothic-Neo-medium !important;
}


/***********************services***************************/

.services {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 90px 0px;
}

.services-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.services-title-all {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.services-title-all h2 {
    color: #18456c;
    font-size: 35px;
}

#block-views-block-home-services-block-1 {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 8%;
}

.services-data {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 4px;
    position: relative;
}

.services-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services-cart {
    display: inline-block;
    width: 100%;
    height: auto;
    /* padding: 30px 20px 20px 20px; */
    padding: 0px;
    border: 1px solid #d3d6e3;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 1);
    min-height: 248px;
    height: 280px;
    overflow: hidden;
}

.services-cart-image {
    display: inline-block;
    /* width: 70px; */
    /* height: 70px; */
    width: 100%;
    height: 150px;
    /* object-fit: cover;*/
    padding: 10px;
}

.services-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-title {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

.services-title h2 {
    font-size: 20px;
    color: #000032;
    width: 100%;
    /*height: 50px;*/
    overflow: hidden;
}

.services-body {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #200e1a;
    height: 85px;
    overflow: hidden;
    padding: 5px 10px;
}


/*****************section-title**********************/

.section-title {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.section-title h2 {
    color: #18456c;
    margin-bottom: 30px;
    width: 30%;
    display: inline-block;
    font-family: Apple-SD-Gothic-Neo-medium !important;
    font-size: 40px;
}


/***********************articles******************************/

.articles {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.articles-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.articles-data {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px
}

.first-article-card {
    display: inline-block;
    width: 100%;
    height: auto;
}

.article-card {
    display: inline-block;
    width: 100%;
    height: auto;
}

.first-article-card .article-card-image {
    display: inline-block;
    width: 100%;
    height: 280px;
}

.second-article-card .article-card-image {
    display: inline-block;
    width: 35%;
    float: left;
    height: 115px;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-article-card .article-card-data {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.second-article-card .article-card-data {
    display: inline-block;
    width: 65%;
    float: right;
    padding-inline-start: 20px;
}

.article-icons {
    display: inline-block;
    width: 100%;
    height: auto;
}

.article-icons-container {
    display: inline-block;
    float: left;
    margin-inline-end: 40px;
}

.article-icons-container svg {
    font-size: 11px;
    margin-inline-end: 2px;
    color: #000093;
}

.article-icons-container span {
    color: #818181;
    font-size: 14px;
}

.article-title {
    display: inline-block;
    width: 100%;
    height: auto;
}

.article-title h2 {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #18456c;
    font-size: 25px;
    margin-top: 3px;
}

.article-title a {
    color: #00456d;
    text-decoration: none;
    transition: .5s;
    font-family: Apple-SD-Gothic-Neo-medium !important;
}

.article-txt {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #685d65;
    font-size: 17px;
}

.second-article-card .article-title h2 {
    margin: 0;
    font-size: 17px;
    margin-top: 10px;
}

.second-article-card .article-txt {
    margin-top: 10px;
    color: #000;
    font-size: 13px;
}

.second-article-card .article-txt p {
    font-family: Apple-SD-Gothic-Neo-medium !important;
}

.second-article-card {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/*****************map-location********************/

.map-location {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}


/**********************footer-pages****************************/

.footer-pages {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    /* background: rgb(99,165,24);
background: linear-gradient(128deg, rgba(99,165,24,1) 0%, rgba(25,153,247,1) 100%);
*/
    background: rgb(142, 193, 72);
    background: linear-gradient( 100deg, rgba(142, 193, 72, 1) 18%, rgba(10, 116, 187, 1) 52%, rgba(35, 173, 230, 1) 91%);
}

.footer-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.footer-1-title {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer-1-title h1 {
    font-size: 35px;
    color: #fff;
}

.footer-1-body {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-size: 13px;
    color: #fff;
}

.footer-1-social-media {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.footer-1-social-media ul {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.footer-1-social-media ul li {
    margin: 0px 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    background-color: #fff;
    border-radius: 50%;
}

.footer-1-social-media ul li a {
    text-align: center;
    transition: .5s;
    padding: 0;
}

.footer-1-social-media ul li a svg {
    color: #283171;
    font-size: 25px;
}

.footer-1-social-media ul li a:hover {
    background-color: unset;
}

.footer-menu {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.footer-menu ul {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
}

.footer-menu ul li a svg {
    font-size: 13px;
    color: #fff;
    margin-inline-end: 5px;
}

.footer-menu ul li a {
    font-size: 15px;
    color: #fff;
    transition: .5s;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    text-decoration: none;
    color: #ccc;
    background-color: unset;
}

.newsletter {
    display: inline-block;
    width: 100%;
    height: auto;
}

.newsletter label {
    display: none;
}

.newsletter form {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.newsletter .form-actions {
    position: absolute;
    right: 0;
    top: 0;
    height: 74%;
}

.newsletter .form-actions button {
    height: 100%;
    margin: 0 !important;
    background: #004d8d;
    color: #fff;
    border: 0;
    border-radius: 2px;
}

.newsletter .form-email {
    background-color: transparent;
    width: 100%;
    border-radius: 2px;
    height: 40px;
    color: #fff;
    border: 1px solid;
}

.newsletter .form-email::placeholder {
    color: #fff;
}

.newsletter-title {
    display: inline-block;
    width: 100%;
    height: auto;
}

.newsletter-title h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 40px;
}

.newsletter-desc {
    display: inline-block;
    width: 100%;
    height: auto;
}

.newsletter-desc h2 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
}

.newsletter form {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.newsletter form .email-input {
    display: inline-block;
    width: 100%;
    height: auto;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding-inline-start: 15px;
}

.newsletter form .email-input::placeholder {
    color: #fff;
}

.newsletter form .but {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    color: #fff;
    background-color: #004d8d;
    border: 0;
    padding: 0px 17px;
}

.end-footer {
    display: inline-block;
    width: 100%;
    height: auto;
}

.end-footer-container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.end-footer-card {
    display: inline-block;
    width: 33.33%;
    height: auto;
    float: left;
    padding: 10px;
}

.end-footer-card-container {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255, .1);
    padding: 20px 20px;
    transition: .5s;
}

.end-footer-container>div:nth-child(2) {
    transform: scale(1.1);
    transition: .5s;
}

.end-footer-card-icon {
    display: inline-block;
    width: 20%;
    float: left;
    margin-top: 7px;
}

.end-footer-card-icon svg {
    font-size: 50px;
    color: #fff;
}

.end-footer-card-data {
    display: inline-block;
    width: 80%;
    float: right;
}

.end-footer-card-data h6 {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.end-footer-card-data h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}


/******************************clients************************************/

.widget_pager_top {
    width: 100% !important;
    background-color: transparent !important;
    border: 0 !important;
}

.jcarousel-clip {
    width: 100% !important;
    height: 205px !important;
}

.jcarousel-list {
    height: 205px !important;
}

.views_slideshow_jcarousel_pager_item {
    width: 205px;
    border-radius: 50%;
    height: 205px !important;
    padding: 30px;
}

.views_slideshow_jcarousel_pager_item .views-field-field-image,
.views_slideshow_jcarousel_pager_item .views-content-field-image {
    width: 100%;
    height: 100%;
}

.views_slideshow_jcarousel_pager_item .views-content-field-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    background: url(../images/left.png) !important;
    top: 83px !important;
    left: -35px !important;
    width: 71px !important;
    height: 48px !important;
    background-position: 100%;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    background: url(../images/right.png) !important;
    top: 83px !important;
    right: -35px !important;
    width: 71px !important;
    height: 48px !important;
    background-position: 100%;
}

.views_slideshow_jcarousel_pager_item.active {
    background-color: rgb(255, 255, 255, .5);
}

#views_slideshow_cycle_main_home_client-block_1 {
    text-align: center;
    padding: 22px;
    background-color: #fff;
    box-shadow: 0 0 55px -24px;
    height: 320px;
    display: none;
}

#views_slideshow_cycle_main_home_client-block_1 .views_slideshow_cycle_slide {
    display: inline-block;
    width: 100% !important;
}

.views_slideshow_cycle_teaser_section {
    display: inline-block;
    width: 100% !important;
}

#views_slideshow_cycle_main_home_client-block_1 .views-field-field-image {
    display: inline-block;
    height: auto;
    text-align: center;
    width: 100px;
    height: 100px;
}

#views_slideshow_cycle_main_home_client-block_1 .views-field-field-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#views_slideshow_cycle_main_home_client-block_1 .clients-body {
    font-size: 27px;
    margin: 20px 0;
    padding: 0px 30px;
    text-align: start;
}

#views_slideshow_cycle_main_home_client-block_1 .views-row-first {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.our-client .tools-title h2 {
    font-family: Apple-SD-Gothic-Neo-medium !important;
    font-size: 40px;
    margin-top: 30px;
    color: #fff;
}

.our-client {
    position: relative;
}

.our-client .views-slideshow-controls-bottom {
    /* position: none;
    width: 100%;
    left: 0;
    bottom: -165px;
    z-index: 999999; */
    display: none;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
    width: 40px;
    background: #25a9e1;
    transition: .5s;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
    background: #25a9e1;
    width: 20px;
    line-height: 5px;
    transition: .5s;
}


/***********************************************************/

.page-title {
    font-size: 35px;
    font-weight: 600;
}

.node-about_us .field--name-field-first-title {
    color: #606060;
    font-size: 17px;
    margin: 20px 0;
    font-weight: 600;
}

.about-us-container img {
    max-width: 35%;
    float: right;
    padding-inline-start: 10px;
}

.about-us-container p {
    color: #606060;
    font-size: 17px;
    font-weight: 400;
    line-height: 37px;
}

#main-content {
    display: inline-table;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    min-height: 400px;
}


/************************************************************/

.node-article .field--name-field-image {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.node-article .page-title {
    display: none;
}

.node-article .field--name-field-image img {
    display: inline-block;
    max-width: 100%;
}

.node-article .article-icons {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.node-article .article-title {
    text-align: center;
    margin-top: 22px;
}

.node-article .article-title h2 {
    font-size: 25px;
}

.node-article .owl-item {
    margin-inline-end: 20px;
}

.card {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

.card-image {
    display: inline-block;
    width: 100%;
    height: 175px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#block-views-block-home-articles-block-4 {
    display: inline-block;
    width: 100%;
    height: auto;
    border-top: 1px solid #8dc049;
    margin-top: 60px;
    padding-top: 20px;
}


/********************************************************/

.inner-services-title {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 81px;
}

.inner-services-title-icon {
    display: inline-block;
    float: left;
    margin-inline-end: 20px;
}

.inner-services-title-icon img {
    width: 66px;
    height: auto;
}

.inner-services-title-txt {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
}

.node-services .page-title {
    display: none;
}

.node-services .inner-services-body {
    display: inline-block;
    width: 100%;
    height: auto;
}

.node-services .inner-services-body img {
    max-width: 39%;
    float: right;
    padding-inline-start: 10px;
}

.node-services .inner-services-body p {
    color: #606060;
    font-size: 17px;
    margin: 20px 0;
    line-height: 30px;
    font-weight: 400;
    width: 50%;
}

.first-section-services {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.first-section-services:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 2%;
    bottom: -40%;
    width: 311.14px;
    height: 309.78px;
    background: #25aae2;
    opacity: .1;
    -webkit-filter: blur(192px);
    filter: blur(37px);
}

.first-section-services-link {
    display: inline-block;
}

.first-section-services-link a {
    background: #0e71b8;
    border-radius: 6px;
    color: #f8f9fd;
    -webkit-transition: .3s 0s;
    transition: .3s 0s;
    padding: 12px 49px;
    font-size: 17px;
}

.first-section-services-link a:hover {
    text-decoration: none;
    -webkit-box-shadow: -5px 6px 25px rgb(0 12 55 / 50%);
    box-shadow: -5px 6px 25px rgb(0 12 55 / 50%);
}

.services-def {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 11.6rem 0px;
    background: rgb(250, 250, 251);
    margin: 20px 0px;
}

.services-def .views-field-title {
    margin: 0px 0px 2.4rem;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 150%;
}

.services-def .views-field-body {
    font-size: 2rem;
    font-weight: 200;
    line-height: 150%;
    color: rgb(51, 51, 51);
    text-align: center;
}


/****************************************************/

.page-node-contact-us .content-area {
    box-shadow: 0 0 48px -21px;
    padding: 90px 50px;
}

.page-node-contact-us .content-area .field--name-field-first-title {
    color: #606060;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
}

.page-node-contact-us .content-area .node .field--name-body {
    color: #606060;
    font-size: 17px;
    margin: 40px 0;
    font-weight: 400;
}

.page-node-contact-us .content-area .footer-1-social-media ul li a svg {
    color: #fff;
}

.page-node-contact-us .content-area .footer-1-social-media ul li:nth-child(1) {
    background-color: #3b5998;
}

.page-node-contact-us .content-area .footer-1-social-media ul li:nth-child(2) {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.page-node-contact-us .content-area .footer-1-social-media ul li:nth-child(3) {
    background-color: #0e76a8;
}

.page-node-contact-us .content-area .newsletter {
    margin-top: 100px;
    color: #000;
}

.page-node-contact-us .content-area .newsletter-title h2,
.page-node-contact-us .content-area .newsletter-desc h2 {
    color: #606060;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 600;
}

.page-node-contact-us .content-area .newsletter .form-email {
    color: #606060;
    border: 1px solid #606060;
}

.page-node-contact-us .content-area .newsletter .form-email::placeholder {
    color: #606060;
}

.page-node-contact-us .content-area .end-footer-card {
    border: 1px solid #8dc049;
}

.page-node-contact-us .content-area .end-footer-card-icon svg {
    color: #afadad;
}

.page-node-contact-us .content-area .end-footer-card-data h6 {
    color: #606060;
}

.page-node-contact-us .content-area .end-footer-card-data p {
    color: #606060;
    font-size: 16px;
}

.page-node-contact-us .content-area .end-footer-card-container {
    padding: 0px 20px;
}

.contact-last-info {
    display: inline-block;
    width: 85%;
    margin: 40px 7.5% 0px 7.5%;
}

.contact-last-info .end-footer-container>div:nth-child(2) {
    transform: scale(1.08);
    transition: .5s;
    background-color: #fff;
}

.contact-last-info .end-footer-card-data {
    width: 75%;
}

.contact-last-info .end-footer-card-icon svg {
    font-size: 38px;
}


/********************************************************/

.auth-user-form {
    background: #fff;
    box-shadow: 0 0 15px -12px;
    border-radius: 3px;
    padding: 30px 0;
    max-width: 46%;
    float: right;
}

.page-node-register #main-content {
    background-image: url(../images/values.svg);
    background-repeat: no-repeat;
    background-position: 0%;
}

.page-node-login #main-content {
    background-image: url(../images/value2.svg);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 45%;
}

.page-node-password #main-content {
    background-image: url(../images/value3.jpg);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 45%;
}

.auth-user-form label {
    display: none;
}

.user-title {
    color: #004d8d;
    font-size: 30px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.user-subtitle {
    font-size: 18px;
    color: #666362;
    text-align: center;
}

.user-password {
    display: none;
}

.auth-user-form .user-login-form .user-password {
    display: block;
}

.auth-user-form form {
    width: 75%;
    margin: auto;
    position: relative;
}

.page-args-user-login .page-title,
.page-args-user-password .page-title,
.page-args-user-register .page-title {
    display: none;
}

.intl-tel-input {
    display: inline-block;
    width: 100%;
}

.auth-user-form input {
    height: 40px;
}

.auth-user-form .form-item {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.auth-user-form .user-login-form .form-actions {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.auth-user-form .form-actions .form-submit {
    margin: 0;
    width: 100%;
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: 10px;
    font-size: 18px;
    transition: .5s;
}

.auth-user-form .form-actions .form-submit:hover {
    background-color: #fff;
    color: #007bff;
    transition: .5s;
}

.user-password {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 25%;
    text-decoration: none;
    color: #666362;
}

.user-reg,
.reg-link {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    color: #666362;
}

.page-args-user-password .auth-user-form--footer,
.page-args-user-register .auth-user-form--footer {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
}

.page-args-user-password .auth-user-form--footer a {
    text-decoration: none;
    color: #666362;
}

.page-args-user-register .auth-user-form .form-item {
    margin: 0;
    margin-top: 15px;
}

.auth-user-form .field--name-field-country {
    margin: 0;
}

.auth-user-form .field--name-field-country select {
    height: 40px;
}

.auth-user-form .form-type-password-confirm {
    margin: 0 !important;
}

.auth-user-form .user-register-form .form-actions {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.field--name-field-terms-and-condition label {
    display: block;
    font-size: 0;
}

.terms-and-cond {
    position: absolute;
    bottom: 14%;
    left: 5%;
    display: none;
}

.page-args-user-register .terms-and-cond {
    display: block;
}


/********************************************************/

#edit-unsubscribe,
.Loggedin-user #edit-subscribe--2,
#edit-unsubscribe--2,
.Loggedin-user #edit-subscribe {
    position: relative;
    height: 41px !important;
    width: 354px !important;
}

.main-menu .messages__wrapper {
    display: inline-block;
    width: 75%;
    position: fixed;
    left: 12.5%;
    z-index: 9999;
}


/***************************************************************/

.user-page {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 1200px;
    /*padding-top: 50px;*/
    padding-top: 0px;
}

.user-menu {
    /*background-image: linear-gradient(to bottom,#5fa431 ,#318bc1);*/
    min-height: 100%;
    padding: 0;
    width: 20%;
    float: left;
    min-height: 1230px;
    padding: 15px;
}

.user-page .tab-content {
    width: 100%;
    margin-bottom: 20px;
    height: 1200px;
}

.user-page .tab-content .comp-info>div {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

div#block-getaquaate {
    display: none;
}

.user-menu-info-img {
    display: inline-block;
    float: left;
}

.user-menu-info-txt {
    display: inline-block;
    margin-inline-start: 20px;
}

.user-menu-info-txt-name h2 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    margin-top: 0px;
}

.user-menu-info-txt-name h4 {
    color: #0771b7;
    font-size: 16px;
    font-weight: 600;
}

.user-page .nav-tabs {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 0;
}

.user-page .nav-item {
    display: inline-block;
    width: 100%;
    height: auto;
    list-style: none;
    color: #fff;
    font-size: 17px;
}

.user-menu-info {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.user-page .nav-link {
    color: #999999;
    border: 0;
    font-size: 15px;
    padding: 15px 7px;
}

.user-page .nav-link img {
    display: inline-flex;
    margin-right: 5px;
    background-color: #00b8e9;
    padding: 8px 15px;
    border-radius: 4px;
}

.user-page .nav-tabs>li>a:hover {
    background-color: unset;
    background: unset;
    border: 0;
}

.user-page .nav-item:hover {
    background-color: #ffffff20;
}

.user-page .nav-item.active {
    background-color: #ffffff20;
}

.user-page .nav-tabs>li.active>a,
.user-page .nav-tabs>li.active>a:hover,
.user-page .nav-tabs>li.active>a:focus {
    background-color: unset;
    background: unset;
    border: 0;
    font-size: 16px;
    color: #ccc;
}

.user-page .nav-tabs>li svg {
    margin-right: 11px;
    color: #ccc;
}

.user-page .tab-pane {
    width: 100%;
    height: auto;
    padding: 10px;
}

.title-info {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.title-info h2 {
    color: #0771b7;
    font-size: 20px;
}


/*************************************************/

.comp-info label {
    display: inline-block;
    float: left;
}

.company-information {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.company-information>div {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.company-information>.views-field-form-field-field-image {
    height: 100px;
}

.company-information .field-content {
    display: inline-block;
    width: 81%;
    float: right;
}

.company-information .views-label,
.company-information-last .views-label {
    color: #919191;
}

.comp-info .form-submit {
    margin-inline-start: 20px;
}

.company-information-last>div {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.company-information-last .field-content {
    display: inline-block;
    width: 60%;
    float: right;
}

.field--name-field-email-notifacations #edit-form-field-field-email-notifacations-0-field-email-notifacations--2>div:first-child {
    display: none;
}

.field--name-field-email-notifacations #edit-form-field-field-email-notifacations-0-field-email-notifacations--2>div {
    margin-inline-end: 20px;
    display: inline-block;
}

.message-container {
    border-bottom: 1px solid #b1b1cc;
    padding: 20px;
}

.message-container-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.message-container-title {
    font-size: 18px;
}

.message-info,
.request-info {
    display: inline-block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 50px -24px rgb(0 0 0 / 37%);
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 1130px;
    height: 1130px;
    overflow-y: scroll;
}

.onerequest {
    padding: 10px 10px 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.onerequest div div {
    margin-bottom: 10px;
}

.view-product-in-request {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}


/*****************************************************************************/

.page-node-node .page-title {
    display: none;
}

.header-form {
    background: white;
    padding: 0px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 9px -5px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0;
    padding: 10px 15px;
    padding-bottom: 0;
}

.home-form-page-element .header-form {
    margin: 0;
}

.header-form>div {
    display: inline-block;
    width: 26%;
    float: left;
    line-height: 63px;
    padding: 0px;
    margin: 0;
    padding: 0px 10px;
    border-right: 2px solid #efefef;
}

.header-form>div:nth-child(1) {
    width: 22%;
    padding: 0;
    line-height: unset;
}

.field--name-field-qute-type .fieldset-legend {
    display: none;
}

.field--name-field-qute-type legend {
    border: 0;
    margin: 0;
}

.field--name-field-qute-type .fieldset-wrapper>div>div:first-child {
    display: none;
}

.field--name-field-qute-type .fieldset-wrapper>div>div {
    width: 33.33%;
    float: left;
}

.field--name-field-qute-type .fieldset-wrapper>div>div {
    width: 65px;
    height: 65px;
    margin: 0;
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: 50% 26%;
    position: relative;
    border-radius: 50%;
    margin-right: 10px;
    padding: 8px;
}

.field--name-field-qute-type .fieldset-wrapper>div>div:nth-child(2) {
    background-image: url(../images/land.png);
    border: 1px solid #9eca64;
    display: none !important;
}

.field--name-field-qute-type .fieldgroup {
    display: flex;
    justify-content: center;
}

.field--name-field-qute-type .fieldset-wrapper>div>.checked-radio:nth-child(2) {
    background-image: url(../images/LandSelect.png);
    border: 1px solid #9eca64;
    background-color: #9eca64;
    color: #fff;
}

.field--name-field-qute-type .fieldset-wrapper>div>div:nth-child(3) {
    background-image: url(../images/Sea.png);
    border: 1px solid #0A6EB6;
}

.field--name-field-qute-type .fieldset-wrapper>div>.checked-radio:nth-child(3) {
    background-image: url(../images/SeaSelect.png);
    border: 1px solid #0A6EB6;
    background-color: #0A6EB6;
    color: #fff;
}

.field--name-field-qute-type .fieldset-wrapper>div>div:nth-child(4) {
    background-image: url(../images/Air.png);
    border: 1px solid #89d0ee;
}

.field--name-field-qute-type .fieldset-wrapper>div>.checked-radio:nth-child(4) {
    background-image: url(../images/AirSelect.png);
    border: 1px solid #89d0ee;
    background-color: #89d0ee;
    color: #fff;
}

.field--name-field-qute-type .fieldset-wrapper>div>div label {
    margin-top: 58%;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.field--name-field-qute-type .fieldset-wrapper>div>div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

.field--name-field-from:before {
    content: 'From';
    font-size: 24px;
    margin-right: 10px;
    color: #086fb6;
    float: left;
}

.field--name-field-to:before {
    content: 'To';
    font-size: 24px;
    margin-right: 10px;
    color: #086fb6;
    float: left;
}

.field--name-field-from>div,
.field--name-field-to>div {
    display: inline-block;
    width: 65%;
}

.field--name-field-to label,
.field--name-field-from label,
.field--name-field-qute-date label {
    display: none;
}

.header-form>div:last-child {
    border: 0;
}


/************************************************************/

table thead {
    background-color: #00b8e9;
    color: #fff;
    font-size: 17px;
}

table td {
    font-size: 16px;
}

.view-services-inner .views-row .views-field-nothing {
    padding: 3px 27px;
    margin: 10px 0px;
    display: inline-block;
}

.view-services-inner .views-row .views-field-nothing a {
    border: 1px solid #2c4379;
    padding: 10px 20px;
    text-decoration: none;
    transition: .5s;
}

.view-services-inner .views-row .views-field-nothing a:hover {
    background-color: #2c4379;
    color: #fff;
    transition: .5s;
    text-decoration: none;
}

.ui-widget.ui-widget-content {
    width: 333px !important;
    font-family: Tajawal-Medium;
}

.datepicker-days {
    display: inline-block;
    width: 300px;
    font-family: Tajawal-Medium;
}

.table-condensed {
    width: 100%;
}


/*****************************************************************/

.field--name-field-qute-date:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/QouteDate.png);
    margin-top: 0px;
    background-position: 100%;
    background-size: 100%;
    margin-top: 18px;
}

.field--name-field-qute-date .form-type-bootstrap-datepicker {
    display: inline-block;
    width: 80%;
    margin-inline-start: 10px;
    float: right;
    margin-top: 15px;
}

.section1 {
    background: white;
    padding: 0px;
    /* text-align: center; */
    background-color: #fff;
    box-shadow: 0 0 9px -5px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.field--name-field-dangerous-cargo .radio {
    color: #00456d;
    transition: all 0.2s ease;
    background-color: #d7d7d7;
    position: relative;
    display: inline-block;
    margin: 5px 0px;
    padding: 7px 15px;
    border: 1px solid #969696;
    border-radius: 5px;
}

.field--name-field-dangerous-cargo label {
    padding: 0px 20px;
    margin: 0 !important;
    margin-top: 0 !important;
    font-size: 15px !important;
    color: #00456d!important;
}

.field--name-field-dangerous-cargo input {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    z-index: 99999;
    cursor: pointer;
}

.field--name-field-dangerous-cargo .checked-radio {
    background-color: #7ec22a;
}

.field--name-field-dangerous-cargo .checked-radio label {
    color: #fff !important;
}

.field--name-field-optionb .fieldset-wrapper {
    display: inline-block;
    float: right;
}

.field--name-field-optionb legend {
    float: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    border: 0;
    width: auto;
    display: none;
}

.field--name-field-optionb .radio {
    color: #00456d;
    transition: all 0.2s ease;
    background-color: #d7d7d7;
    position: relative;
    display: inline-block;
    margin: 5px 0px;
    padding: 7px 15px;
    border: 1px solid #969696;
    border-radius: 5px;
    margin-right: 6px;
}

.field--name-field-optionb label {
    padding: 0;
    padding: 0px 20px;
    color: #00456d;
}

.field--name-field-optionb input {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    z-index: 99999;
    cursor: pointer;
}

.field--name-field-optionb .checked-radio {
    background-color: #7ec22a;
}

.field--name-field-optionb .checked-radio label {
    color: #fff;
}

.field--name-field-option .fieldset-wrapper {
    display: inline-block;
    float: right;
}

.field--name-field-option legend {
    float: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    border: 0;
    width: auto;
    display: none;
}

.field--name-field-option .radio {
    color: #00456d;
    transition: all 0.2s ease;
    background-color: #d7d7d7;
    position: relative;
    display: inline-block;
    margin: 5px 0px;
    padding: 7px 15px;
    border: 1px solid #969696;
    border-radius: 5px;
    margin-right: 6px;
}

.field--name-field-option label {
    padding: 0;
    padding: 0px 20px;
    color: #00456d;
}

.field--name-field-option input {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    z-index: 99999;
    cursor: pointer;
}

.field--name-field-option .checked-radio {
    background-color: #7ec22a;
}

.field--name-field-option .checked-radio label {
    color: #fff;
}


/*********************************************************************/

.section1 h3 {
    color: #0771b7;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    width: 53%;
}

.section1 .field-group-html-element input {
    width: 65% !important;
    float: right;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
    background-color: transparent;
    margin: 5px 0;
    padding: 3px;
    font-size: 16px;
}

.section1 .field-group-html-element .select-wrapper {
    width: 65% !important;
    float: right;
    display: inline-block;
    border-radius: 5px;
    margin: 5px 0;
    padding: 3px;
    font-size: 16px;
    line-height: unset !important;
}

.field--name-field-dangerous-cargo {
    display: block;
    margin: 21px 0px 0px;
    width: 40%;
    padding: 20px;
}

.shipping-header {
    display: inline-block;
    width: 100%;
    height: auto;
}

.shipping-header>div {
    width: 50%;
    float: left;
    padding: 0px 20px;
}

.section1 .field-group-html-element .select-wrapper select {
    line-height: unset !important;
}

.section1 .field-group-html-element label {
    display: inline-block;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    color: #6e6e6e;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.shipment-details {
    background: white;
    padding: 0px;
    /* text-align: center; */
    background-color: #fff;
    box-shadow: 0 0 9px -5px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.field--name-field-dangerous-cargo legend {
    float: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    border: 0;
    width: auto;
    margin-top: 13px;
}

.field--name-field-dangerous-cargo .radio {
    display: inline-block;
    margin: 5px;
}

.field--name-field-dangerous-cargo .fieldset-wrapper {
    display: inline-block;
    float: right;
}

.shipment-details h3 {
    color: #0771b7;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.shipment-details .field--name-field-shipment-type legend {
    display: none;
}

.shipment-details .field--name-field-shipment-type .radio {
    display: inline-block;
    padding: 20px;
    border-right: 1px solid #ccc;
    margin: 0px;
    position: relative;
    cursor: pointer;
    width: 11.11%;
    float: left;
    height: 177px;
}

.field--name-field-shipment-type {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

#edit-field-shipment-type>div:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    margin-right: 5px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#edit-field-shipment-type>div:nth-child(1):before {
    background-image: url(../images/container11.png);
}

#edit-field-shipment-type>div:nth-child(3):before {
    background-image: url(../images/222.png);
}

#edit-field-shipment-type>div:nth-child(4):before {
    background-image: url(../images/333.png);
}

#edit-field-shipment-type>div:nth-child(7):before {
    background-image: url(../images/444.png);
}

#edit-field-shipment-type>div:nth-child(6):before {
    background-image: url(../images/ser11.png);
}

#edit-field-shipment-type>div:nth-child(8):before {
    background-image: url(../images/ser33.png);
}

#edit-field-shipment-type>div:nth-child(10):before {
    background-image: url(../images/555.png);
}

#edit-field-shipment-type>div label {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #00456d;
    margin-top: 11px;
}

#edit-field-shipment-type>.checked-radio:nth-child(1) label:before {}

#edit-field-shipment-type>div:nth-child(2) label:before {}

.field--name-field-primary-transport-mode {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 50px;
}

.field--name-field-primary-transport-mode legend {
    display: inline-block;
    float: left;
    margin: 0;
    width: auto;
    border: 0;
    font-size: 16px;
    margin-right: 20px;
}

.field--name-field-primary-transport-mode .fieldset-wrapper {
    display: inline-block;
}

#edit-field-primary-transport-mode>div {
    display: inline-block;
    margin: 0;
    margin-right: 23px;
}

.additional-services {
    background: white;
    padding: 0px;
    /* text-align: center; */
    background-color: #fff;
    box-shadow: 0 0 9px -5px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0;
    position: relative;
    /* background-image:url(../images/ShippingServices/000000.svg); */
    background-image: unset;
    background-repeat: no-repeat;
    background-position: 86% 50%;
    background-size: 57%;
    background-image: none !important;
}


/*
.additional-services.sea{
    background-image:url(../images/ShippingServices/000000.svg); 
}
*/

.additional-services.not-sea {
    background-image: unset !important;
}

.additional-services h3 {
    color: #0771b7;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
}


/*
.additional-services:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}
*/

.notes {
    background: white;
    padding: 0px;
    /* text-align: center; */
    background-color: #fff;
    box-shadow: 0 0 9px -5px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0;
    position: relative;
}

.notes h3 {
    color: #0771b7;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.form-type-vertical-tabs {
    display: none;
}

.field--name-body label,
.field--name-body .form-inline,
.field--name-body .link-edit-summary {
    display: none;
}

.node-qaute-form .form-actions .button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    float: right;
    width: 290px;
    height: 42px;
    font-size: 17px;
}


/*************************************************************************/

.page-front .pages-header {
    padding-bottom: 0px;
}

.first-section {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: relative;
    min-height: 600px;
}

.first-section-data {
    display: inline-block;
    width: 100%;
    height: auto;
    /* padding-left: 10%; */
    position: relative;
}

.first-section-data-text {
    display: inline-block;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 7%;
}

.first-section-data-text-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.first-section-data-text-title h3 {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #6e7e92;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #c9cfdb;
    border-radius: 24px;
}

.first-section-data-text-body {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.first-section-data-text-body h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: var(--main-dark);
}

.first-section-data-video {
    display: inline-block;
    width: 24%;
    float: right;
    margin-inline-end: 5%;
}

.first-section-data-video video {
    float: right;
    width: 100%;
    height: auto;
}

.first-section-data-form {
    display: inline-block;
    width: 100%;
    height: auto;
}

.first-section-data-form .form-action {
    display: inline-block;
    width: 13%;
    height: auto;
    float: right;
    margin-top: 15px;
    background-color: #076FB7;
    line-height: 88px;
}

.first-section-data-form .form-action a {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.home-form-page-element {
    display: inline-block;
    width: 87%;
    float: left;
}

.home-form-page-element input {
    border: 0;
    box-shadow: none;
}


/* Icon Wobble Horizontal */

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.preload {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    z-index: 9999999999999;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00b8e9;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/**************************************************************/


/* datepicker css */

.ui-datepicker {
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    font-family: Open Sans, Arial, sans-serif;
    margin-top: 2px;
    padding: 0 !important;
    border-color: #c9f0f5 !important;
}

.ui-datepicker {
    width: 256px;
}

.openemr-calendar .ui-datepicker {
    width: 191px;
}

.ui-datepicker table {
    width: 256px;
    table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
    width: 191px;
    table-layout: fixed;
}

.ui-datepicker-header {
    background-color: #3e9aba !important;
    background-image: none !important;
    border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
    background-color: #e6f7f9 !important;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
}

.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #3985a0;
    width: 110px !important;
    height: 22px;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
    font-family: Open Sans, Arial, sans-serif;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #3985a0;
    width: 61px !important;
    height: 22px;
    border: none !important;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
    font-family: Open Sans, Arial, sans-serif;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #3985a0 !important;
    background-color: #fff !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
    /*     background: white !important; */
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
    font-size: 10px;
    margin: 0;
}

.ui-datepicker td {
    width: 33px;
}

.openemr-calendar .ui-datepicker td {
    width: 26px;
}

.openemr-calendar .ui-state-default {
    width: 26px;
    height: 20px;
    line-height: 20px;
}

.ui-state-default.ui-state-hover {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.ui-datepicker-calendar thead tr th {
    font-family: Open Sans, Arial, sans-serif;
    color: #549fa8;
    font-size: 12px;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
    /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 10px;
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}

.openemr-calendar .ui-state-default {
    border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
    margin-right: 10px !important;
}

.first-section-data-form .node-qaute-form .section1,
.first-section-data-form .node-qaute-form .shipment-details,
.first-section-data-form .additional-services,
.first-section-data-form .notes,
.first-section-data-form .form-actions {
    display: none !important;
}

.field-multiple-drag,
.tabledrag-toggle-weight {
    display: none !important;
}

.field--name-field-optionb {
    text-align: right;
}

.container-all {
    display: inline-block;
    width: 100%;
    height: auto;
}

.container-all>div {
    width: 25%;
    float: left;
    padding: 10px;
}


/***********************************************************************/


/**********************************************************************/

.card-value {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    background-color: #f8f9fd;
    padding: 26px;
    height: 250px;
    box-shadow: 5px 4px 23px rgb(58 112 191 / 10%);
    border: 1px solid #efefef;
    border-radius: 10px;
}

.card-value-img {
    display: inline-block;
    float: left;
    width: 40%;
    height: 100%;
}

.card-value-img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-value-body {
    display: inline-block;
    float: right;
    width: 60%;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-value-body-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.card-value-body-body {}

.card-value-body-link {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: right;
}

.card-value-body-link a {}


/******************************************************/

.slider {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.slider-container {
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-shadow {
    display: inline-block;
    width: 100%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .2);
}

.slider-data {
    height: auto;
    display: inline-block;
    width: 100%;
    text-align: start;
    margin-top: 30px;
}

.slider-data-title {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.slider-data-title h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    margin: 0;
    font-weight: 700;
}

.slider-data-second-title {
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    margin: 10px 0px;
}

.slider-data-body {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    font-size: 16px;
}

.slider-data-link {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.slider-data-link a {
    display: inline-block;
    padding: 10px 36px;
    color: #105db2;
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #ffff;
    transition: .5s;
    border-radius: 10px;
    font-weight: 700;
}

.slider .owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.modal-title {
    font-size: 26px;
    color: #ff0000;
}

.modal-body {
    font-size: 19px;
}

.modal-header button.close {
    margin-top: -2px;
    position: absolute;
    top: 2%;
    right: 2%;
}


/***********************************************************************/

.field--name-field-bulk .panel-body>div>div {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 10px;
}

.field--name-field-bulk .panel-body>div>div:nth-child(1) {
    display: inline-block;
    width: 100%;
}

.field--name-field-pallets-bulk .panel-body>div>div {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px;
}

.field--name-field-pallets-bulk .panel-body>div>div label {
    font-size: 15px;
}

.field--name-field-pallets-bulk .panel-body>div>div:nth-child(1) {
    display: inline-block;
    width: 100%;
}

.field--name-field-pallets-bulk .panel-body>div>div:nth-child(2) {
    display: none;
}


/**********************responsive menu***********************/

.responsive-click {
    display: none;
}

.hamburglar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: #158fef;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: white;
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: white;
}

.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-filling {
    top: 12px;
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.svg-ring {
    width: 68px;
    height: 68px;
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

.hamburglar {
    background: #105db2;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.responsive-menu {
    display: none;
}


/*****************************core value*******************************/

.banner-section-cv {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 50px 0px;
}

.banner-section-cv-img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.banner-section-cv-img img {
    width: 100%;
    height: auto;
}

.banner-section-cv-body {
    position: absolute;
    width: 67rem;
    right: 9.8rem;
    bottom: 9.8rem;
    padding: 5rem;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    transform-origin: right bottom;
    color: #000;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.banner-section-cv-body-title {
    font-size: 4.8rem;
    font-weight: 200;
    font-weight: 400;
}

.banner-section-cv-body-text {
    font-size: 2rem;
    font-weight: 200;
    line-height: 150%;
    color: rgb(51, 51, 51);
}

.core-value-second {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.core-value-second-bg {
    width: 0%;
    display: inline-block;
    height: 28rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.core-value-second-data {
    display: flex;
    width: 80%;
    float: right;
    margin: 0% 10%;
    justify-content: space-around;
}

.core-value-second-data>div {
    display: inline-block;
    width: 44%;
    float: left;
    padding: 15px;
    text-align: center;
    background-color: #fafafb;
    border: 1px solid #8ec148;
    margin-bottom: 20px;
}

#our-mission {
    font-size: 3.6rem;
    font-weight: 200;
}

#block-views-block-second-section-core-value-block-1,
#block-views-block-second-section-core-value-block-2 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 150%;
    color: rgb(51, 51, 51);
}

.our-core-values {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 11.6rem 0px;
    background: rgb(250, 250, 251);
}

.our-core-values #block-views-block-our-core-values-block-1>h2,
#block-views-block-how-we-live-them-block-1>h2 {
    text-align: center;
    margin: 0px 0px 2.4rem;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 200;
    line-height: 150%;
}

.our-core-values .services-cart {
    background-color: #fff;
}

.live-them {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

#block-views-block-main-section-core-value-block-2 .banner-section-cv-body {
    right: unset;
    left: 9.8rem;
}


/*****************************************************************/

.adv-title {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.adv-title>h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    color: #000c37;
    margin-bottom: 30px;
    text-align: center;
}

.adv-section {
    display: inline-block;
    width: 100%;
    height: 190px;
    text-align: center;
    background-color: rgb(250, 250, 251);
    padding: 20px;
    margin: 10px 0px;
    border-radius: 15px;
}

.adv-section-img {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    height: 75px;
}

.adv-section-img img {
    display: inline-block;
    max-width: 90px;
    height: auto;
}

.adv-section-body {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #152e42;
}

.advanteges {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.advanteges:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 51%;
    width: 311.14px;
    height: 309.78px;
    background: #25aae2;
    opacity: .1;
    -webkit-filter: blur(192px);
    filter: blur(37px);
}

#block-views-block-adv-body-block-1 {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 30px 0px;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #6e7e92;
}

#block-views-block-last-section-services-block-1 {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgb(58 112 191 / 10%);
    box-shadow: 0 10px 15px rgb(58 112 191 / 10%);
    border-radius: 0 40px 40px 40px;
    padding: 62px 72px 52px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.last-sections {
    display: inline-block;
    width: 100%;
    height: auto;
}

.last-sections-img {
    display: inline-block;
    width: 8%;
    float: left;
}

.last-sections-body {
    display: inline-block;
    width: 92%;
    float: right;
    padding-left: 20px;
}

.last-sections-body-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000c37;
    margin-bottom: 15px;
}


/*****************************************************************/

.sidebar {
    display: inline-block;
    width: 29%;
    float: left;
    padding: 20x;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    border-radius: 16px;
    z-index: 1;
    padding: 30px 0px;
}

.main-content-container {
    display: inline-block;
    width: 70%;
    float: right;
    padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    border-radius: 16px;
    z-index: 1;
}

.main-title {
    display: inline-block;
    width: 1100%;
    height: auto;
}

.main-title h2 {
    margin: 0;
}

.main-data {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 38px;
    margin-bottom: 30px;
}

.main-data-img {
    display: inline-block;
    width: 50%;
    height: auto;
    float: left;
}

.main-data-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.main-data-table {
    display: inline-block;
    width: 50%;
    float: right;
}

.main-data-table-row {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 2px;
    font-size: 17px;
    text-align: right;
    font-weight: 700;
}

.main-data-table-row span {
    margin-right: 18px;
    float: left;
}

.side-link {
    display: inline-block;
    width: 100%;
    height: auto;
}

.side-link a.active {
    width: 100%;
    border-left: 3px solid #8dc049;
    display: inline-block;
    ackground-color: #fbfafa;
}

.side-link a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: .5s;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-left: 3px solid #fff;
}

.side-link a:hover {
    color: #8ec14b;
    text-decoration: none;
    transition: .5s;
}

.container-type-page {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

#block-views-block-container-content-block-2 .field-content {
    width: 100%;
    height: auto;
    display: inline-block;
}

#block-views-block-container-content-block-2 .field-content img {
    width: 50%;
    height: auto;
    float: left;
    padding: 10px;
}

.page-node-all-containers-type .main-content-container .page-title {
    display: none;
}

.container-type-page>.page-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.all-container-card {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: .5s;
    min-height: 260px;
}

.all-container-card:hover {
    transform: scale(1.0.2);
    transition: .5s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
}

.all-container-card-title {
    text-align: center;
    margin: 5px 0px;
}

.all-container-card-title a,
.all-container-card-link a {
    color: #000;
    transition: .5s;
    text-decoration: none;
}

.all-container-card-title a:hover,
.all-container-card-link a:hover {
    color: #8ec14b;
    text-decoration: none;
    transition: .5s;
}

.all-container-card:hover .all-container-card-title a,
.all-container-card:hover .all-container-card-link a {
    color: #8ec14b;
}

#block-views-block-container-content-block-2 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.container-type-page:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 2%;
    bottom: 0%;
    width: 179.14px;
    height: 309.78px;
    background: #00b8e9;
    opacity: .1;
    -webkit-filter: blur(192px);
    filter: blur(37px);
}


/********************************************************************************/

#block-views-block-dimensions-2-of-vessels-block-1 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 27px;
}

#block-views-block-dimensions-2-of-vessels-block-1 .custom-content {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

#block-views-block-dimensions-2-of-vessels-block-1 .main-title h2 {
    font-size: 19px;
}

#block-views-block-dimensions-2-of-vessels-block-1 .main-data {
    width: 95%;
}

#block-views-block-dimensions-2-of-vessels-block-1 .main-data-table-row {
    font-weight: 100;
}

#block-views-block-vessel-types-content-block-1 .main-data {
    text-align: center;
}

#block-views-block-vessel-types-content-block-1 .main-data-img {
    float: unset;
}

#block-views-block-dimensions-2-of-vessels-block-1>h2 {
    font-size: 26px;
}

#block-views-block-dimensions-2-of-vessels-block-1 .main-data-img {
    width: 56%;
}

#block-views-block-dimensions-2-of-vessels-block-1 .main-data-table {
    width: 35%;
}

.page-node-all-vessel-types .main-content-container .page-title {
    display: none;
}


/************************************************************************************/

.view-pallet-dimensions .view-content {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.pallet-card {
    display: inline-block;
    width: 25%;
    float: left;
    height: 500px;
    overflow: hidden;
    border-left: 1px solid #ddd;
}

.pallet-card-title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    padding-left: 10px;
}

.pallet-card-img {
    width: 100%;
    height: auto;
    margin: 10px;
}

.pallet-card-img img {
    max-height: 400px;
}

.pallet-card-num {
    width: 100%;
    height: auto;
    margin: 10px;
}

.page-node-pallet-dimensions .view-content .views-row:nth-child(n+4) .pallet-card-title {
    border-top: 1px solid #ddd;
}

.page-node-pallet-dimensions .page-title {
    display: none;
}

#block-internationalstandardpalletdimensions img {
    margin-right: 20px;
}


/**************************ultimenu*******************************************/

.ultimenu__item a {
    padding: 0 !important;
}

.ultimenu--basic .ultimenu__flyout {
    background-color: #fbfafa;
    width: 100%;
    padding: 0 !important;
}

.ultimenu__item a:hover {
    color: #00b8e9;
    transition: .5s;
}

#block-views-block-home-services-block-2,
#block-dimensions-2 {
    background-color: #CCD9DD;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    height: auto;
}

#block-getaquaatefornotloginuser,
#block-info-2,
#block-dimensions-2 {
    padding: 10px;
}

#block-views-block-home-services-block-2 h2,
#block-info-2 h2,
#block-dimensions-2 h2 {
    margin: 5px 0px;
    font-size: 19px;
    margin-bottom: 0px;
}

#block-views-block-home-services-block-2 .views-row {
    width: 50%;
    margin: 2px 0px;
}

#block-views-block-home-services-block-2 .view-content>div:nth-child(odd) {
    float: left;
}

#block-views-block-home-services-block-2 .view-content>div:nth-child(even) {
    float: right;
}

.has-ultimenu {
    position: relative;
}

.ultimenu__flyout {
    left: 50% !important;
    width: 400px !important;
    transform: translate(-50%, 0px) !important;
}

.ultimenu__flyout:before {
    content: "";
    display: inline-block;
    background-image: url(../images/top-arrow.png);
    z-index: 2121;
    position: absolute;
    top: -15px;
    right: 50%;
    width: 22px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#block-info-2 li,
#block-dimensions-2 li,
#block-company li {
    margin: 0;
    width: 100%;
    margin: 0px 0px;
}

#block-info-2-menu,
#block-dimensions-2-menu {
    margin-bottom: 0px;
    border-bottom: 1px solid #efefef;
}

#block-company {
    padding: 30px;
}

.menu--company {
    width: 100%;
    height: auto;
}

.menu--company li {
    margin: 10px 0px;
    text-align: center;
}

.menu--company li svg {
    margin-right: 10px;
}


/******************************************************************/

.page-node-glossary #main-content .page-title {
    text-align: center;
}

.page-node-glossary #main-content .view-content {
    display: inline-block;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    border-radius: 16px;
    z-index: 1;
}

.page-node-glossary #main-content .form-type-select label {
    display: none;
}

.page-node-glossary #main-content .form-type-select ul {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0px;
}

.page-node-glossary #main-content .form-type-select ul li {
    margin: 0 8px;
    flex: 1;
}

.page-node-glossary #main-content .form-type-select {
    display: inline-block;
    width: 100%;
    height: auto;
}

.page-node-glossary #main-content .form-type-select ul li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #000c37;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
}

.page-node-glossary #main-content .bef-link--selected {
    background: #00b8e9;
    color: #f8f9fd!important;
}


/******************************************************************/

.page-title-custom {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 20px;
}

.page-title-custom .field-content {
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
    font-size: 33px;
}

.imo-class-card {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.imo-class-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.imo-class-card-body {
    font-size: 14px;
    color: #0c263f;
}


/**********************************************************/

.reefer-card {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.reefer-card-img {
    width: 100%;
    height: 100%;
}

.reefer-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reefer-icons {
    position: absolute;
    top: 0;
    left: 0;
}

.reefer-card-data {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, .7);
}

.reefer-card-data {
    display: inline-block;
    width: 94%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 3%;
    background-color: rgb(255, 255, 255, .7);
}

.reefer-card-data>div {
    background: rgba(255, 255, 255, .9);
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 17px;
}

.reefer-icons {
    display: none;
}

.Cold .cold {
    display: block;
}

.Hot .hot {
    display: block;
}

.page-node-reefer-cargo #main-content .form-type-select {
    display: inline-block;
    width: 100%;
    height: auto;
}

.page-node-reefer-cargo #main-content .form-type-select ul {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
}

.page-node-reefer-cargo #main-content .form-type-select ul li {
    display: inline-block;
    margin: 20px 7px;
    height: auto;
    padding: 0;
}

.page-node-reefer-cargo #main-content .form-type-select ul li a {
    padding: 8px 18px;
    border-radius: 24px;
    border: 1px solid #00b8e9;
    font-size: 18px;
    text-decoration: none;
}

.page-node-reefer-cargo #main-content .form-type-select .bef-link--selected {
    background-color: #00b8e9;
    color: #fff !important;
}

.page-node-reefer-cargo .page-title {
    text-align: center;
    margin-bottom: 23px;
}


/**********************************************************/

.incoterms-container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

.incoterms-container-all {
    position: relative;
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    box-shadow: 0 15px 30px rgb(58 112 191 / 15%);
    border-radius: 16px;
    z-index: 1;
    display: inline-block;
    width: 80%;
    margin: 0 10%;
    height: auto;
}

.page-node-all-incoterms .page-title {
    text-align: center;
}

.page-node-all-incoterms .field--name-body {
    text-align: center;
}

.incoterms-container-all h2 {
    font-size: 12px;
    color: #9fb1c1;
    font-weight: 600;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 10px 0px;
}

.inco-link span {
    width: 60px;
    margin-left: -15px;
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    color: #549bcd;
    position: relative;
}

.inco-link span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    height: 100%;
    background: #c5e7ff;
    border-radius: 13px;
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.inco-link:hover span::after {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.inco-link a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.inco-link a {
    text-decoration: none;
}

.inco-link {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.inco-sections {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 40px 0px;
}

.inco-sections-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.inco-sections-txt {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.inco-sections-img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.inco-sections-img img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 15px 0px rgb(237 237 237);
}

#block-views-block-incoterms-sections-block-1 .view-content .inco-sections>div:nth-child(1) {
    margin-top: 10%;
}

#block-views-block-incoterms-sections-block-1 .view-content>div:nth-child(2) .inco-sections .inco-sections-title {
    display: none;
}

#block-views-block-incoterms-sections-block-1 .view-content>div:nth-child(even) .inco-sections>div:nth-child(2) {
    float: left;
}

#block-views-block-incoterms-sections-block-1 .view-content>div:nth-child(even) .inco-sections>div:nth-child(1) {
    float: right;
}

.inco-sections-diagram-menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5ecf1;
}

.inco-sections-diagram-menu ul li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #9fb1c1;
    margin: 0;
    padding: 30px 0 16px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 0;
}

.inco-sections-diagram-menu-img-all img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 15px 0px rgb(237 237 237);
    border-radius: 23px;
    overflow: hidden;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 1px solid #adddff;
    border-bottom: 0px;
}


/****************************************************/

.node-incoterms .custom-header-title {
    display: block;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.node-incoterms .custom-header {
    text-align: center;
}

#content {
    display: inline-block;
    width: 100%;
    height: auto;
}

#content .field--name-body {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#content .field--name-field-image {
    display: inline-block;
    width: 100%;
    height: auto;
}

#content .field--name-field-image img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 0px 15px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 15px 0px rgb(237 237 237);
    border-radius: 23px;
    overflow: hidden;
}

.inco-link .active {
    color: #0d71b8;
}

.inco-link .active span:after {
    opacity: 1;
    left: 69%;
}

.inco-link .active:hover span:after {
    transform: translate3d(-74%, 0, 0);
}


/**************************************************************/

.field--name-field-bulk .field--name-title {
    display: none !important;
}


/***************************************************************/

.field--name-field-roro .panel-body .roro>div {
    width: 20%;
    float: left;
    padding: 10px;
}

#block-getaquaateforloginuser {
    padding: 10px;
}

.page-node-container.page-node-tracking h1.page-title {
    display: none;
}

.page-node-container.page-node-tracking iframe {
    width: 100%;
    height: 100vh;
}

.page-node-distances-time iframe {
    height: 550px;
}

.page-node-distances-time .page-title {
    display: none;
}

iframe {
    border-width: 0px;
}


/************************************/

#block-toolsmenu {
    padding: 20px 30px;
}


/***********************************/

.view-testimonials-home .owl-item .test-card {
    box-shadow: 0px 0px 10px grey;
    margin: 15px;
    max-width: 900px;
    margin: 17px auto;
    padding: 20px;
    text-align: center;
    /* justify-content: center; */
    border-radius: 15px;
    background-color: white;
}

.view-testimonials-home .owl-item .test-card .test-card-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    /* box-shadow: 0px 0px 5px grey; */
    /* border-radius: 75px; */
}

.view-testimonials-home .owl-item .test-card .test-card-img img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px lightgrey;
    border-radius: 50%;
}

.view-testimonials-home .owl-item .test-card .test-card-body-name {
    font-size: 24px;
    color: #0771b7;
    margin-top: 15px;
}

.view-testimonials-home .owl-item .test-card .test-card-body-txt {
    text-align: justify;
}

.testimonials-container {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    background-image: url(../images/bg55.png);
    background-repeat: no-repeat;
    background-size: cover;
}

div#block-views-block-testimonials-home-block-1 h2 {
    margin-bottom: 30px;
}

.view.view-home-client .owl-item {
    height: 228px;
    /*margin: 15px;*/
}

.view.view-home-client .owl-item .field-content {
    background-color: white;
    height: 228px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background-color: #25a9e1; */
    padding: 15px;
    border-radius: 15px;
    margin: 0px 5px;
}

.view.view-home-client .owl-item .field-content img {
    width: 100%;
    height: auto !important;
}

.owl-theme .owl-controls .owl-page span {
    background: white !important;
}

.user-menu-content {
    background-color: white !important;
    padding: 15px;
    background: initial !important;
    background: white !important;
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 100vh; */
    min-height: 1230px;
    display: inline-block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 50px -24px rgb(0 0 0 / 37%);
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.user-page .nav-tabs>li.active>a,
.user-page .nav-tabs>li.active>a:hover,
.user-page .nav-tabs>li.active>a:focus {
    color: #0771b7 !important;
    border-left: 0px;
}

.get-cote-btn-itm {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

a.get-cote-btn-link {
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    border: 3px solid #0771b7;
    border-radius: 20px;
    text-decoration: none;
    min-width: 50%;
    font-size: 17px;
}

a.get-cote-btn-link:hover {
    position: relative;
    padding: 10px 30px;
    display: inline-block;
    border: 3px solid #0771b7;
    border-radius: 20px;
    text-decoration: none;
    min-width: 50%;
    font-size: 17px;
    background-color: #0771b7;
    color: white;
}


/*********************************************/

[dir="rtl"] .col-xs-1,
[dir="rtl"] .col-sm-1,
[dir="rtl"] .col-md-1,
[dir="rtl"] .col-xs-2,
[dir="rtl"] .col-sm-2,
[dir="rtl"] .col-md-2,
[dir="rtl"] .col-xs-3,
[dir="rtl"] .col-sm-3,
[dir="rtl"] .col-md-3,
[dir="rtl"] .col-xs-4,
[dir="rtl"] .col-sm-4,
[dir="rtl"] .col-md-4,
[dir="rtl"] .col-xs-5,
[dir="rtl"] .col-sm-5,
[dir="rtl"] .col-md-5,
[dir="rtl"] .col-xs-6,
[dir="rtl"] .col-sm-6,
[dir="rtl"] .col-md-6,
[dir="rtl"] .col-xs-7,
[dir="rtl"] .col-sm-7,
[dir="rtl"] .col-md-7,
[dir="rtl"] .col-xs-8,
[dir="rtl"] .col-sm-8,
[dir="rtl"] .col-md-8,
[dir="rtl"] .col-xs-9,
[dir="rtl"] .col-sm-9,
[dir="rtl"] .col-md-9,
[dir="rtl"] .col-xs-10,
[dir="rtl"] .col-sm-10,
[dir="rtl"] .col-md-10,
[dir="rtl"] .col-xs-11,
[dir="rtl"] .col-sm-11,
[dir="rtl"] .col-md-11,
[dir="rtl"] .col-xs-12,
[dir="rtl"] .col-sm-12,
[dir="rtl"] .col-md-12 {
    float: right;
}

@font-face {
    src: url(../fonts/Tajawal-Regular.ttf);
    font-family: Segoe;
}

[dir="rtl"] *:not(div.icon) {
    font-family: Segoe !important;
}

[dir="rtl"] .login-link,
[dir="rtl"] .first-section-data-video {
    float: left;
}

[dir="rtl"] .rates-data-cart-title,
[dir="rtl"] .footer-1-social-media ul li {
    float: right;
}

[dir="rtl"] .owl-wrapper {
    float: left;
}

[dir="rtl"] .slider-data {
    top: 24%;
    left: 4%;
}

[dir="rtl"] .newsletter .form-actions {
    right: unset;
    left: 0;
}

[dir="rtl"] #block-phonenumber .field--name-body {
    direction: ltr;
    text-align: right;
}


/*****************************************************/

.empty {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
    color: #ff0000;
}

.id-qoute,
.OriginPlace {
    color: rgb(1, 57, 255);
    font-size: 20px;
}

.date-qoute {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9fb1c1;
    margin-bottom: 25px;
}

.qoute-type-img {
    display: inline-block;
    width: 119px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.qoute-type-img.Air {
    background-image: url(../images/air11111.png);
}

.qoute-type-img.Land {
    background-image: url(../images/land11111.png);
}

.qoute-type-img.Sea {
    background-image: url(../images/sea111111.png);
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #636466;
    background: #fff;
}

th {
    font-weight: bold;
    padding: 10px 10px !important;
    background: #e9e9f2;
    color: #636466;
    border-left: 1px solid #636466;
}

tr {
    padding: 5px 5px !important;
    height: 40px;
}

td {
    padding: 5px 10px;
    border-top: 1px solid #636466;
    border-right: 1px solid #636466;
    vertical-align: middle;
}

table>thead>tr>th:last-child {
    border-right: 1px solid #636466;
}

.layout-region-checkout-secondary>h3 {
    font-size: 17px;
    color: #333;
    background-color: #e9e9f2 !important;
    border-color: #ddd !important;
    padding: 1px 10px !important;
    margin: 0;
    padding: 16px 11px !important;
    border-radius: 5px 5px 0px 0px;
}

.id-qoute-select {
    opacity: 0 !important;
}

.commerce-order-item-add-to-cart-form .field--name-field-quote {
    display: none;
}

.field--name-field-product {
    display: none;
}

.first-container {
    display: inline-block;
    width: 100% !important;
    height: auto;
}

.first-container>div {
    display: inline-block;
    width: 50%;
    height: auto;
    float: left;
    padding: 0px 10px;
}

.quick-quotation {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 40px 0px;
}

.quick-quotation>div>div {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.country-title {
    font-size: 22px;
    font-weight: 600;
    /* line-height: 26px; */
    text-transform: none;
    color: #000c37;
    margin-bottom: 0px;
}

.country-card {
    margin-bottom: 10px;
    border-radius: 8px;
    list-style: none;
    box-shadow: 0 4px 15px rgb(58 112 191 / 10%);
    background-color: #fff;
    padding: 15px 10px;
    transition: .5s;
}

.country-card a {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.country-card:hover {
    text-decoration: none;
    -webkit-box-shadow: -5px 6px 25px rgb(0 12 55 / 50%);
    box-shadow: 0px 2px 10px rgb(0 4 54 / 33%);
}

.country-card a:hover {
    color: #89d0ee;
}

.price {
    color: #0771b7;
    font-size: 21px;
}

.onerequest .row {
    margin-bottom: 0px !important;
}

.form-type-password-confirm {
    position: relative;
}

.password-suggestions.description {
    display: block;
    display: inline-block;
    position: absolute;
    width: 58%;
    top: 0;
    left: -70%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    opacity: 0;
    transition: .5s;
}

.form-type-password-confirm:hover .password-suggestions {
    opacity: 1;
}

.form-type-password {
    position: relative;
}

.form-type-password button {
    right: 10px;
    top: 13px;
    position: absolute;
}

.field--name-field-what-best-describes-your-b,
.field--name-field-how-many-shipments-did-you {
    margin-bottom: 0px;
}

.field--name-field-what-best-describes-your-b select,
.field--name-field-how-many-shipments-did-you select {
    height: 40px;
}


/*****************************************************************/

.field--name-field-containers .field--name-field-temperature {
    display: none;
}

.field--name-field-containers .dimensions {
    width: 100%;
    height: auto;
}

.field--name-field-containers .dimensions h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bolder;
}

.field--name-field-containers .dimensions>div {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.field--name-field-containers .dimensions>div label,
.field--name-field-containers .dimensions>div input {
    width: 100%;
}

.field--name-field-containers .dimensions {
    display: none;
}

.land_freight {
    display: inline-block;
    width: 100%;
}

.land_freight>div {
    width: 25%;
    float: left;
    padding: 10px;
}

.land_freight>div label,
.land_freight>div input {
    width: 100% !important;
}

.field--name-field-upload-msds {
    display: none;
}

.air_freight>div {
    width: 25%;
    float: left;
    padding: 10px;
    height: 70px;
}

.liquid-bulk-shipping .air_freight>div label,
.air_freight>div input {
    width: 100% !important;
    margin: 0 !important;
}

.air_freight .field--name-field-anthhlaf,
.air_freight .field--name-field-number-of-units,
.air_freight .field--name-field-height,
.air_freight .field--name-field-dimensions-inch-height- {
    display: none;
}

.air_freight .field--name-field-loading-city {
    display: block !important;
}

.liquid-bulk-shipping>div {
    width: 25%;
    float: left;
    padding: 10px;
    height: 70px;
}

.liquid-bulk-shipping>div label,
.liquid-bulk-shipping>div input {
    width: 100% !important;
    margin: 0 !important;
}

.courier>div {
    width: 25%;
    float: left;
    padding: 10px;
    height: 70px;
}

.courier>div label,
.courier>div input {
    width: 100% !important;
    margin: 0 !important;
}

.air-charter>div {
    width: 25%;
    float: left;
    padding: 10px;
    height: 70px;
}

.air-charter>div label,
.air-charter>div input {
    width: 100% !important;
    margin: 0 !important;
}

.air-charter .field--name-field-from label,
.air-charter .field--name-field-to label {
    display: block !important;
}

.air-charter .field--name-field-to:before,
.air-charter .field--name-field-from:before {
    display: none !important;
}

.air-charter .field--name-field-anthhlaf,
.air-charter .field--name-field-number-of-units,
.air-charter .field--name-field-height,
.air-charter .field--name-field-dimensions-inch-height- {
    display: none;
}

.field--name-field-shipment-type #edit-field-shipment-type>div:nth-child(2),
.field--name-field-shipment-type #edit-field-shipment-type>div:nth-child(5),
.field--name-field-shipment-type #edit-field-shipment-type>div:nth-child(7),
.field--name-field-shipment-type #edit-field-shipment-type>div:nth-child(9),
.field--name-field-shipment-type #edit-field-shipment-type>div:nth-child(3) {
    display: none !important;
}

.account-stat {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    position: relative;
    height: 140px;
}

.statistic-card-image {
    display: inline-block;
}

.statistic-card-image img {
    max-width: 30px;
}

.statistic-card-number {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 15px;
}

.statistic-card-title h4 {
    display: inline-block;
    font-size: 15px;
    color: #a5a5a5;
}

.statistic-card-title svg {
    font-size: 32px;
    float: left;
    margin-inline-end: 20px;
    color: #00b8e9;
    margin-top: 4px;
}

.statistic-card-body {
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 20px 1%;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0px;
}

.statistic>div:nth-child(2) .statistic-card-number {
    color: #19a4c7;
}

.statistic>div:nth-child(3) .statistic-card-number {
    color: #51b495;
}

.statistic>div:nth-child(4) .statistic-card-number {
    color: #1a84b6;
}

.statistic>div:nth-child(5) .statistic-card-number {
    color: #8dc04a;
}

.shipoo-statistic {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.shipoo-statistic .statistic-card-image img {
    max-width: 100px;
}

.shipoo-statistic .statistic-card-title h4 {
    display: inline-block;
    font-size: 20px;
    color: #25aae2;
}

.shipoo-statistic .statistic-card-body {
    font-size: 20px;
}

.shipoo-statistic .account-stat {
    height: 160px;
}

.panel-default>.panel-heading a {
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 4%;
    color: #fff;
    cursor: none;
    pointer-events: none;
}

.panel-default>.panel-heading a.collapsed {}

.panel-default>.panel-heading {
    background: rgb(99, 165, 24);
    background: linear-gradient(128deg, rgba(99, 165, 24, 1) 0%, rgba(25, 153, 247, 1) 100%);
    color: #fff;
}

.field--name-field-upload-msds {
    width: 100%;
    height: auto;
    text-align: start;
    display: inline-block;
    padding: 0px 20px;
}

.field--name-field-upload-msds label {
    display: inline-block;
    width: 100%;
}

.field--name-field-upload-msds .alert-danger {
    display: inline-block;
    width: 100%;
}

.qoute-link-to-view {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.qoute-link-to-view a {
    display: inline-block;
    padding: 8px 50px;
    color: #fff;
    background-color: #00b8e9;
    font-size: 14px;
    transition: .5s;
    border: 1px solid #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.qoute-link-to-view a:hover {
    color: #00b8e9;
    background-color: #fff;
    border: 1px solid #00b8e9;
}


/***************************************************/

.qoute-view {
    display: inline-block;
    width: 100%;
    height: auto;
}

.qoute-view>div {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid #efefef;
    height: 70px;
    text-align: left;
}

.qoute-view .field--name-field-qute-date:before {
    display: none;
}

.qoute-view-content {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #00b8e9;
    padding: 10px;
}

.qoute-view-content article>div>div {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid #efefef;
    height: 70px;
    text-align: left;
}

.qoute-view-content article>h2 {
    display: none;
}

.home-page-form {
    z-index: 999;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.views_slideshow_pager_field_item {
    width: 12%;
    display: inline-block;
    float: left;
    padding: 10px;
    height: 150px;
    margin: 0 1%;
    overflow: hidden;
}

.views_slideshow_pager_field_item .views-field-field-image,
.views_slideshow_pager_field_item .views-field-field-image .views-content-field-image {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.views_slideshow_pager_field_item .views-field-field-image .views-content-field-image img {
    /* width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(0) !important;
    border-radius: 50%;
    padding: 5px; */
}

.views_slideshow_pager_field_item.active {
    /* background-color: rgb(255, 255, 255, .2); */
}

.views_slideshow_pager_field_item.active img {
    filter: grayscale(0) !important;
}

.our-client .views-slideshow-controls-top {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 15px 0px 50px 0px;
}

.body-client-img {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0px;
    height: 100px;
}

.body-client-img img {
    display: inline-block;
    max-width: 100px !important;
}

.home-page-form-title h2 {
    font-family: Apple-SD-Gothic-Neo-medium !important;
    font-size: 28px;
    font-weight: 700;
}


/***************************************************************/

#block-getaquaatefornotloginuser a {
    margin: 0;
}

#block-getaquaatefornotloginuser,
#block-getaquaateforloginuser {
    background-color: #FBFBFB;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
    padding: 20px 20px;
}

.ultimenu--basic .ultimenu__flyout {
    background-color: #CCD9DD !important;
    border-radius: 10px !important;
}

#block-getaquaatefornotloginuser a,
#block-getaquaateforloginuser a {
    font-size: 21px;
}

#block-views-block-home-services-block-2 h2 {
    margin-bottom: 10px;
}

.page-front .alert-danger {
    display: none !important;
}

.steps-container {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0px;
}

#block-steps {
    display: inline-block;
    width: 70%;
    height: auto;
    position: absolute;
    top: 150px;
    left: 15%;
}

.steps-container-all-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.steps-container-all-list li {
    display: flex;
    width: 80px;
    height: 80px;
    background-color: #d7d7d7;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #969696;
}

.steps-container-all-list li.active {
    background-color: #7ec22a;
}

.steps-container-all-list li:after {
    content: '';
    height: 1px;
    width: 33%;
    position: absolute;
    display: inline-block;
    background-color: #969696;
    z-index: -1;
}

.steps-container-all-list li:last-child:after {
    display: none;
}

.controll-btn1 {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    text-align: center;
}

.controll-btn2 {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    text-align: right;
}

.next {
    padding: 11px 50px;
    background-color: #0073bd;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #fff;
    text-decoration: none;
}

.prev {
    padding: 11px 50px;
    background-color: #7ec229;
    color: #fff;
    border: 0;
    box-shadow: 0;
    margin-inline-end: 10px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #fff;
    text-decoration: none;
}

.next:hover {
    color: #0073bd;
    background-color: #fff;
    border: 1px solid #0073bd;
    text-decoration: none;
}

.prev:hover {
    color: #7ec229;
    background-color: #fff;
    border: 1px solid #7ec229;
    text-decoration: none;
}

.shipment-type-container .panel-heading {
    display: none;
}

.node-qaute-form .form-actions {
    display: none;
}

.page-front .steps-container {
    display: none;
}

.node-qaute-form input:not(.form-checkbox),
.node-qaute-form select {
    background-color: #d7d7d7 !important;
    border: 1px solid #969696 !important;
    height: 40px !important;
    width: 100%;
}

.header-form .field--name-field-from input,
.header-form .field--name-field-to input,
.header-form .field--name-field-qute-date input {
    background-color: unset !important;
    border: 0 !important;
    height: 40px !important;
    box-shadow: none;
}

.form-inline .control-label {
    margin-bottom: 5px;
}

.panel {
    display: inline-block;
    width: 100%;
    height: auto;
}

.shipment-details .panel-body {
    padding: 0px !important;
}

#edit-field-shipment-type {
    display: inline-block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.shipment-details .panel {
    border: 0px;
    box-shadow: unset;
}

.shipment-details .panel-body>div:nth-child(2) {
    padding: 10px;
}

#edit-field-shipment-type .checked-radio {
    background: #f2f2f2;
}

.shipment-details #edit-field-shipment-type input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.additional-services-check>div {
    display: inline-block;
    padding: 0px;
    border-right: 1px solid #ccc;
    margin: 0px;
    position: relative;
    cursor: pointer;
    width: 15%;
    float: left;
    height: 177px;
}

.additional-services-check>div:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    margin-right: 5px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 12px;
}

.additional-services-check>div:nth-child(1):before {
    background-image: url(../images/1212.png);
}

.additional-services-check>div:nth-child(2):before {
    background-image: url(../images/1222.png);
}

.additional-services-check>div:nth-child(3):before {
    background-image: url(../images/1333.png);
}

.additional-services-check>div:nth-child(4):before {
    background-image: url(../images/1333.png);
}

.additional-services-check>div:nth-child(5):before {
    background-image: url(../images/1444.png);
}

.additional-services-check>div:nth-child(6):before {
    background-image: url(../images/1555.png);
}

.additional-services-check>div label {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    color: #00456d;
}

.additional-services-check>div input {
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -24px;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    margin-left: 0px !important;
}

#edit-group-additional-services--content {
    padding: 0;
}

.additional-services-check {
    display: inline-block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.boot3 {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #ccc;
    padding: 30px 20px;
    margin-bottom: 4%;
}

.boot4 {
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 4%;
}

.field--name-field-temperature2 {
    display: none;
}

.node-qaute .field--name-field-from:before {
    display: none;
}

.node-qaute .field--name-field-to:before {
    display: none;
}

.last-slider .slider-data {
    position: absolute;
    top: 18%;
    left: 10%;
    width: 25%;
    color: #ffff;
}

.service-page {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.page-node-34391 .first-section-services-link,
.page-node-34392 .first-section-services-link {
    display: none !important;
}


/************************* new user profile ****************************************/

.user-page-menu-region {
    display: inline-block;
    width: 18%;
    float: left;
    padding: 30px 20px;
    border-right: 1px solid #efefef;
}

.user-page-content-region {
    display: inline-block;
    width: 57%;
    float: left;
}

.user-page-info {
    display: inline-block;
    width: 25%;
    float: right;
    padding: 30px 20px;
}

.user-page-menu-region-logo>a img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 80%;
}

.user-page-info-hedaer {
    display: inline-block;
    width: 100%;
    height: auto;
}

.user-page-notification {
    display: inline-block;
    float: left;
}

.user-page-edit {
    display: inline-block;
    float: right;
}

.user-page-info-hedaer img {
    max-width: 45px;
    margin-top: 10px;
}

.user-page-content-region-search {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 18px;
    margin-top: 44px;
}

.user-page-info-img {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 30px 0px;
}

.user-page-info-img img {
    max-width: 175px;
    height: auto;
    margin: auto;
}

.user-page-info-img-rep {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0px;
}

.user-page-info-img-rep img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.page-node-user .button--ultimenu {
    display: none;
}

input.form-search {
    height: 44px;
    background-color: #fafafa;
}

.user-page-content-region-search .glyphicon-search {
    padding: 8px;
}

.user-menu-info-container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.user-menu-info-container ul>li:first-child {
    margin-bottom: 10px;
}

.user-menu-info-container ul>li:first-child span {
    font-size: 18px;
}

#block-views-block-recent-order-block-1 h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 19px;
}

#block-views-block-recent-order-block-1 .table-striped>tbody>tr:nth-of-type(even) {
    background-color: unset;
    border: 0;
    border-left-color: #efefef;
    height: 55px;
}

#block-views-block-recent-order-block-1 .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: unset;
    border: 0;
    border-left-color: #efefef;
    height: 55px;
}

#block-views-block-recent-order-block-1 table {
    border: 1px solid #efefef;
}

#block-views-block-recent-order-block-1 td {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

#block-views-block-recent-order-block-1 .views-field-total-price__number {
    text-align: right;
    color: #059367;
    padding-top: 19px;
}

#block-views-block-recent-order-block-1 .views-field-title span {
    font-size: 13px;
    color: #a2a2a2;
}

.user-menu-info-txt-name {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.order-by-month {
    display: inline-block;
    width: 96%;
    height: auto;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-top: 25px;
    margin-left: 2%;
}

.user-page .nav-tabs>li.active>a,
.user-page .nav-tabs>li.active>a:hover,
.user-page .nav-tabs>li.active>a:focus {
    background-color: #21aae2 !important;
    color: #fff !important;
}

.user-page .nav-tabs>li.active>a svg {
    color: #fff !important;
}

.getpdf {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

#create_pdf {
    background-color: #00b9e9;
    color: #fff;
    border: 0;
    padding: 15px 30px;
    font-size: 16px;
    border: 1px solid #00b9e9;
    transition: .5s;
}

#create_pdf1:hover {
    background-color: #fff;
    color: #00b9e9;
}

.label-shipment-details label {
    color: #e73e3e;
}

.custom-link {
    display: inline-block;
    width: 100% !important;
    height: auto;
    margin: 40px 0px;
    font-size: 15px;
}

.custom-link a {
    padding: 11px 50px;
    background-color: #00B9E9;
    color: #fff;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #fff;
    text-decoration: none;
}

.custom-link a:hover {
    color: #00B9E9;
    background-color: #fff;
    border: 1px solid #00B9E9;
    text-decoration: none;
}

.boot3>div {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.field--name-field-cargo-insuranceb button {
    position: absolute;
    top: 0;
    right: 0;
}

.bd-example-modal-lg .modal-header button.close {
    top: 38%;
}

.bd-example-modal-lg .modal-body {
    font-size: 14px;
}

.bd-example-modal-lg .modal-title {
    color: #000;
    font-size: 20px;
}

.bd-example-modal-lg .modal-header {
    position: relative;
}

.page-node-success .node--type-page .field--name-body img {
    width: 220px
}

.footer-1-title img {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    max-width: 150px;
    height: auto;
}


/********************************************************/

.field--name-field-air-charter .field--name-field-height,
.field--name-field-air-charter .field--name-field-number-of-units,
.field--name-field-air-charter .field--name-field-dimensions-cm-height,
.field--name-field-air-charter .field--name-field-dimensions-cm-lemgth,
.field--name-field-air-charter .field--name-field-dimensions-inch-height-,
.field--name-field-air-charter .field--name-field-dimensions-inch-length-,
.field--name-field-air-charter .field--name-field-anthhlaf,
.field--name-field-air-charter .field--name-field-weight {
    display: none;
}

.air-charter .field--name-field-from>div,
.air-charter .field--name-field-to>div {
    width: 100%;
}

#block-views-block-our-core-values-block-1 .services-body {
    height: 100px;
}

.field--name-field-packages-information {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
}

.field--name-field-packages-information .paragraphs-subform>div>div {
    width: 33%;
    float: left;
    padding: 10px;
    height: 90px;
}

.paragraph-type-title {
    display: none;
}

.field--name-field-packages-information .paragraphs-subform>div label {
    font-size: 14px !important;
}

.field--name-field-packages-information:after {
    content: "Please click the Add Packages Information to Add other packages if the dimensions are different";
    color: #ff0000;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding-inline-start: 15px;
}

.js .paragraph-type-top {
    padding: 0px 10px;
}

.dropbutton--extrasmall {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.node-qaute .field--name-field-packages-information:after {
    display: none;
}

.node-qaute .paragraph>div {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid #efefef;
    height: 70px;
    text-align: left;
}

.node-qaute .field--name-field-packages-information>.field--label {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.node-qaute .paragraph {
    display: inline-block;
    width: 100%;
    height: auto;
}

.views-field.views-field-field-our-mission2,
.views-field.views-field-field-our-vision2 {
    text-align: justify;
}

.home-page-form-title p {
    color: #ff0000;
}

.page-node-cart .page-title {
    display: none;
}

.page-node-cart .table-responsive {
    margin-top: 50px;
}

.commerce-order-item-add-to-cart-form>div {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
    text-align: left;
}

.commerce-order-item-add-to-cart-form {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding-top: 10px;
}

.parallax {
    background-image: url('https://www.ddcfpo.com/hubfs/image-background%20(1).jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    background-image: url('https://moverdb.com/wp-content/uploads/top-49-port-of-shanghai.jpg');
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-data * {
    /* color: white !important;
    padding: 10px; */
    /* background-color: rgba(0,0,0,0.5); */
}

.slider-data {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

.whatsapp-footer-ico {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 75px;
    height: 75px;
    z-index: 9999;
}

.whatsapp-footer-ico * {
    max-width: 100%;
}

.slider-data-title h2 {
    margin-bottom: 0px;
}

.slider-data-title {
    padding-bottom: 0px;
}

.slider-data-txt {
    margin-top: 0px !important;
    padding-top: 0px;
}

.slider-data .slider-data-title,
.slider-data .slider-data-txt {
    color: white !important;
    padding: 10px;
    /* background-color: rgba(0,0,0,0.5); */
}

.services-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.services-body p {
    margin: 0px;
}

.sticky .header-top {
    display: none !important;
}

.Loggedin-user .alert-danger {
    display: none !important;
}

.panel-heading {
    text-transform: capitalize;
}

.fieldset span,
label {
    text-transform: capitalize;
}

.qoute-view-content {
    display: none;
}

.page-node-user-edit .auth-user-form {
    max-width: 100%;
    width: 100%;
}

.page-node-user-edit .button--danger {
    display: none;
}

.page-node-user-edit .password-suggestions.description {
    left: 100%;
}