@import url("all.min.css");
 :root {
     --colorPrimary: #003b6a;
     --colorSecondary: #0aa4e8;
     --colorBtn: #ffffff;
 }

 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Regular.woff2') format('woff2');
     font-weight: normal;
 }

 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Bold.woff2') format('woff2');
     font-weight: bold;
 }

 #loader {
     width: 100vw;
     height: 100vh;
     background-color: rgba(255, 255, 255, 1);
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1040;
 }

 .loader-text {
     display: block;
     text-align: center;
     color: #d7d7d7;
     font-family: Roboto, sans-serif;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 @keyframes loader {
     0% {
         filter: grayscale(0);
     }

     50% {
         filter: grayscale(100%);
     }

     100% {
         filter: grayscale(0);
     }
 }

 /*.loader-logo {width: 300px;-webkit-animation: loader 1.3s infinite linear;-moz-animation: loader 1.3s infinite linear;-ms-animation: loader 1.3s infinite linear;-o-animation: loader 1.3s infinite linear;animation: loader 1.3s infinite linear;}*/
 .pload {
     display: none;
 }

 .iti__flag-container {
     display: none;
 }

 section#mymap {
     height: 540px;
 }

 button.btn.btn-sm.btn-outline-info.sectio-bro-btn.overflow-hidden.popModal {
     margin-bottom: 15px;
 }

 input#submitBtn {
     margin: 15px 0;
 }

 .textcolor {
     color: #fff;
 }

 button.btn.btn-info.ret-form-btn.effetMoveGradient.submitBtn.popModal {
     margin-bottom: 15px;
 }

 a.drift-open-chat {
     color: #fff;
 }

 p {
     text-align: justify;
 }

 select.my_country_name.form-control.rounded-0.ret-form-field {
     float: left;
     display: inline-block;
     width: 40%;
     padding-left: 8px;
 }

 input#modal_my_mobile {
     width: 60%;
 }

 /*--for thank you page --*/
 .thankyou-text p {
     text-align: center !important;
 }

 .action-icon img {
     height: 22px;
     width: auto;
     margin-right: 7px;
 }

 .ft-main {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     padding: 0% 2%;
     font-size: 14px;
 }

 .ft-left {
     width: 82%;
 }

 .ft-right {
     width: 16%;
 }

 .acceptcookies {
     font-size: 16px;
     padding: 3px 30px;
 }

 @media (min-width: 1920px) and (max-width: 2560px) {
     .ft-main {
         font-size: 19px;
     }
 }

 @media (min-width: 2561px) and (max-width: 5120px) {
     .ft-main {
         font-size: 36px;
     }
 }

 @media (min-width: 1920px) and (max-width: 5120px) {
     .acceptcookies {
         font-size: 46px;
         padding: 3px 30px;
     }
 }

 @media (min-width: 320px) and (max-width: 767px) {
     .ft-main {
         display: block;
     }

     .ft-left {
         width: 100%;
         text-align: justify;
     }

     .ft-right {
         width: 100%;
     }

     .acceptcookies {
         margin-top: 10px;
         margin-left: 0px !important;
     }
 }

 iframe {
     width: 100%;
     height: 38vh;
     border: 2px solid #d7d7d7;
 }

 @media only screen and (max-width: 1024px) {
     iframe {
         width: 100%;
         height: 32vh;
         border: 2px solid #d7d7d7;
     }
 }

 @media only screen and (max-width: 992px) {
     iframe {
         width: 100%;
         height: 18vh;
         border: 2px solid #d7d7d7;
     }
 }

 @media only screen and (max-width: 800px) {
     iframe {
         width: 100%;
         height: 26vh;
         border: 2px solid #d7d7d7;
     }
 }

 @media only screen and (max-width: 768px) {
     iframe {
         width: 100%;
         height: 20vh;
         border: 2px solid #d7d7d7;
     }
 }

 @media only screen and (max-width: 500px) {
     iframe {
         width: 100%;
         height: 50vh;
         border: 2px solid #d7d7d7;
     }
 }

 .newlist {
     list-style: none;
     line-height: 25px;
     padding-left: 22px;
     text-align: left;
 }

 .newlist li:before {
     content: '✓';
     font-weight: 800;
     margin-right: 10px;
     font-size: 13px;
     margin-left: -22px;
 }

 .card-d-custom {
     width: 95%;
     justify-content: center;
     text-align: center;
     margin: 0 auto 15px;
 }

 .cookiealert {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     margin: 0 !important;
     z-index: 9999;
     opacity: 0;
     visibility: hidden;
     border-radius: 0;
     transform: translateY(100%);
     transition: all 500ms ease-out;
     color: #ecf0f1;
     background: #212327;
 }

 .cookiealert.show {
     opacity: 1;
     visibility: visible;
     transform: translateY(0%);
     transition-delay: 1000ms;
 }

 .cookiealert a {
     text-decoration: underline
 }

 .cookiealert .acceptcookies {
     margin-left: 10px;
     vertical-align: baseline;
 }

 .padding10 {
     padding: 10px
 }

 .costing {
     font-size: 1.25rem
 }

 ul,li {padding:0px;margin:0px;}
 .whatsapp-btn-wrapper {
    position: fixed;
    right: 1%;
    bottom: 2.5em;
    z-index: 10001;
    background:#48c857;
    border-radius :10px;
}
.whatsapp-btn-wrapper i{font-size:35px;color:#fff;padding:10px;}
@media only screen and (max-width: 767px) {

    .whatsapp-btn-wrapper{display:none;}
  }