@font-face {
    font-family: "Palanquin Dark";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Palanquin Dark Regular"), local("PalanquinDark-Regular"),
        url(https://fonts.gstatic.com/s/palanquindark/v7/xn75YHgl1nqmANMB-26xC7yuF86IRksNVg.woff2)
            format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
        U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap");
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px !important;
}

html,
body {
    height: 100%;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1.8571428571;
    font-size: 15px;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Palanquin Dark", sans-serif;
    margin: 0;
    color: #333;
}

.welcome {
    color: #fff;
    padding: 3px 0;
    font-size: 18px;
}

.dash-heading h4 {
    /* background: #000; */
    color: #000;
    /* padding: 5px 11px; */
    display: block;
    width: 100%;
    border-bottom: 2px solid #066399;
    padding-bottom: 8px;
}

.bluecolor {
    background-color: #037fc7;
    color: #fff;
}

.redcolor {
    background-color: #df5c5a;
    color: #fff;
}

.greencolor {
    background-color: #349f60;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #037fc7;
    border-color: #267fa1;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 18px;
}

.form-check.form-check-inline.col-sm-3 {
    background: #edf9ff;
    justify-content: start;
    align-items: center;
    display: flex;
    padding: 10px;
}

.othercheckbox .form-check-inline {
    margin-bottom: 20px;
}

.form-group.row.checkbox.othercheckbox {
    padding-left: 15px;
}

.form-group.checkbox {
    background-color: #fff !important;
    padding: 15px;
    margin: 0;
    margin-bottom: 15px;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: 0.5em;
}

.checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

form.form {
    background: #f7f7f7;
    box-shadow: 1px 1px 10px #ccc;
    padding: 25px;
    border-top: 5px solid #007bc1;
}

.side-box {
    background: #ade1ff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 5px 6px #007bc1;
}

.side-box h4 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.postlist li {
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
}

.postlist li:before {
    position: absolute;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    font-size: 17px;
    color: #007bc1;
}

.to_date,
.from_date {
    position: relative;
}

ul.btnList li {
    display: inline-block;
    background: #066399;
    color: #fff;
    padding: 6px 20px;
    margin-right: 18px;
}

ul.btnList li a {
    color: #fff;
}

.lead-box {
    background: #fff;
    border-bottom: 4px solid #066399;
    padding: 25px;
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 25px;
}

.list {
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.list li {
    display: inline-block;
    padding: 10px;
}

.searchmainwrap .event-content {
    text-align: left;
}

.display {
    display: inline-block;
}

.listimage {
    width: 200px !important;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.media {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 15px;
}

.ratenumber {
    background: #28a745;
    display: inline-block;
    padding: 1px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.top-list li {
    display: inline-block;
    padding-left: 25px;
}

.temp {
    color: #e23931;
    font-weight: bold;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.top-list li img {
    width: 20px;
}

.section {
    padding: 30px 0;
}

.bannerSection {
    background-color: #007bc1;
    position: relative;
    height: 650px;
}

header {
    padding: 15px 0;
}

.nav-link {
    color: #000;
    padding: 0 20px !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.detail-box h4 {
    font-weight: 500;
    font-size: 16px;
}

.detail-box {
    position: relative;
    display: block;
    padding: 15px 20px;
    border: 1px solid #f1f1f1;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0px 5px 5px #ccc;
}

.keyInfo {
    background: #f7f7f7;
}

.facility-box {
    background: #fff;
    margin-bottom: 25px;
    padding: 11px;
    box-shadow: 0px 3px 4px #badbe8;
    min-height: 65px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-radius: 10px;
}

.facility-box h3 {
    font-size: 16px;
}

.getBtn {
    border-radius: 10px;
    background: #2980b9;
    color: #fff;
    padding: 14px 30px;
    font-size: 18px;
    /* margin-bottom: 34px; */
    display: inline-block;
    margin-top: 40px;
    position: relative;
}

.contactSec {
    background: #2372a6;
}

.storage-footer {
    background: #000;
    padding: 10px;
}

ul.vegnonveg li img {
    width: 30px;
    padding-right: 5px;
}

.event-content {
    padding: 25px;
    color: #333;
    position: relative;

    overflow: hidden;
}

ul.vegnonveg li {
    display: inline;
    padding: 0 10px;
}

.contactSec .secHeading {
    color: #fff;
    background: #155987;
    padding: 20px;
}

.contactSec {
    background: #2372a6;
}

.sub_btn {
    background: #2372a6;
    color: #fff;
    padding: 9px 36px;
    border: none;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 25px;
}

.form-bg {
    background: #114b71;
    padding: 25px 100px;
}

.strip {
    background: url(../images/storagebg.jpg);
    position: relative;
}

section.section.strip:before {
    position: absolute;
    background: #000000ab;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}

.getBtn:before {
    background: url(../images/left.png);
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -65px;
    top: -21px;
}

.getBtn:after {
    background: url(../images/left1.png);
    content: "";
    width: 120px;
    height: 50px;
    position: absolute;
    right: -90px;
    top: -21px;
}

.strip h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.conbtn {
    margin-top: 0px;
}

.nav-link {
    /*  color: #000 !important;
    padding: 0 20px !important; */
}

.conbtn {
    padding: 6px 12px;
    background-color: #ecf8ff;
    color: #1f8ded !important;
    border: 1px solid #1f8ded !important;
    font-weight: bold;
}

.dash-heading h4 {
    font-size: 31px;
    font-weight: 300;
    color: #2b2b2b;
    position: relative;
    margin-bottom: 30px;
}

.form-bg .complete-title h3,
.form-bg .status-sec h4,
.form-bg .status-sec p {
    color: #fff !important;
}

.form-group.row.checkbox.othercheckbox {
    padding: 0px !important;
    margin-bottom: 0px;
}

.buy-lead {
    display: inline-block;
    background: #066399;
    color: #fff;
    border-color: 0px !important;
    border-width: 0;
}

.imgfull-con a {
    color: #fff;
}

.event-content p {
    text-align: left;
	font-size: 14px;
}

span.required {
    color: red;
}

.navbar-nav .active > .nav-link {
    color: #3e93cf !important;
}

.banner-cap h1 {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 500;
    font-size: 33px !important;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

a.viewbtn {
    background: #000;
    color: #fff;
    padding: 8px 25px;
    margin-top: 1px;
    display: inherit;
    width: 100%;
}

.modal-footer .btn-default {
    color: #000;
    border-color: #ccc;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 18px;
}

.vgwrap {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.mainsite > a {
   background-color: #fcfeff;
  -webkit-border-radius: 30px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #afecff; -webkit-box-shadow: 0 0 3px #afecff; }
  50% { background-color: #0e3254; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #afecff; -webkit-box-shadow: 0 0 3px #afecff; }
}

@-moz-keyframes glowing {
  0% { background-color: #afecff; -moz-box-shadow: 0 0 3px #afecff; }
 20% { background-color: #0e3254; -moz-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #afecff; -moz-box-shadow: 0 0 3px #afecff; }
}

@-o-keyframes glowing {
  0% { background-color: #afecff; box-shadow: 0 0 3px #afecff; }
  50% { background-color: #0e3254; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #afecff; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #afecff}
  50% { background-color: #0e3254; box-shadow: 0 0 10px #afecff }
  100% { background-color: #B20000; box-shadow: 0 0 3px #afecff; }
}


.sidebar-block {
    background: #007bc1;
    color: #e7ea0f;
    transition: all 0.3s;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-top: 5px solid #e7ea0f;
}

.sidebar-block a {
    color: #e7ea0f;
}

.play-traingleicon {
    transform: rotate(270deg);
}

.sidebraemenu-users {
    border: none;
    color: #fff;
    background: #3b3b3b;
    padding: 6px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width: 767.5px) {
    .listimage {
        width: 100% !important;
    }
    .desktop-menusidebar {
        display: none;
    }
    .mobile-hidemenu {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .mobile-menusidebar {
        display: none;
    }
    .desktop-menusidebar {
        display: block;
    }
    .mobile-showmenu {
        display: none !important;
    }
}

#mobilesidebar {
    background: #037fc7;
    color: #fff;
    position: absolute;
    z-index: 99;
    width: 91%;
    top: 42px;
}

#mobilesidebar ul {
}

#mobilesidebar ul li {
}

#mobilesidebar ul li a {
    padding: 10px 15px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #17a2f3;
}

#mobilesidebar ul li.active a {
    background: #066399;
    display: block;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .coldstoragelogo {
        display: flex;
        justify-content: space-around;
    }
    .storagetype {
        justify-content: center;
    }
}
@media only screen and (max-width: 1900px) and (min-width: 767px) {
    .coldstoragelogo {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1900px) {
    .coldstoragelogo {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 320px) {
    .coldstoragelogo {
        display: flex;
    }
}
