@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

body{
	overflow-x: visible !important;
	background:#ffffff;
}

/* Keep mobile view locked (no side-scrolling) */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
}

.no-scroll {
    overflow-y: hidden;
}

.dark-overlay{
	 opacity: 0;
	 -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-overlay.show {
	 opacity: 1;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 48, 64, 0.85);
  z-index: 90;
}

.topBar{
	background:#F6F7F8;
	padding:5px 0px;
	text-align:right;
	height:40px;

}

.topBar .container{
	position:relative;
}

.gtranslate_wrapper {
	width:fit-content;
	position:absolute;
	right:15px;
	
	
}
.gt_float_wrapper{
	position:relative;
}
.gt_float_switcher .gt_options{
	position:absolute !important;
	right:0px !important;
	top:40px !important;
	width: 250px !important;
	background-color:#ffffff !important;
	transform:none;

}

.gt_float_switcher .gt_options.gt-open{
	position:absolute !important;
	right:0 !important;
	top:40px !important;
	background-color:#ffffff !important;
	width: 250px !important;
	border:1px solid #eaeaea;
	text-align:left !important;
	transform:none;
}



.gt_float_switcher, .gt_float_switcher .gt-selected{
	box-shadow: none !important;
	background:transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
	padding:0px 35px 0px 0 !important;
	position:relative;
}

.gt_float_switcher img{
	display:none !important;
}


.gt_float_switcher .gt-selected .gt-current-lang::before{
	display:inline-block;
	content:"";
	width:24px;
	height:22px;
	background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/globe.svg);
	background-size:100% 100%;
	position:absolute;
	right:0px;
	
}

.gt_float_switcher .gt_options a:hover {
    background: #e645a6 !important;
}


.topBar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border:none;
	background:transparent;
	cursor:pointer;
	/*outline:1px solid #dcd8d8;*/
	padding: 0px 0px 0px 30px;
	outline-offset: 3px;
}

.topBar select option{
	text-align:left;
	display:inline-block;
	padding-left:7px;
}


.topBar select option{
	/*text-align:left;*/
		padding:15px 8px;
}

#searchModal{
	background-color: rgba(0,0,0,0.5);
}

.modal-body {
	padding:15px !important;
}

.modal .modal-dialog{
	width: 100% !important;
	margin: 0 auto;
	max-width: 991px;
}

.bcb-search-custom{
	
}

.bcb-search-custom input{
	display:inline-block;
	width:95%;
	padding:10px;
	outline: none !important;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.bcb-search-custom input:focus{
	border:1px solid #e645a6;
	box-shadow: 0px 0px 5px rgba(197,33,132,0.5) !important;
}

.searchBtn{
	background:transparent;
	border:0;
	outline:none;
	width:4%;
}

.modal-content  svg{
	width:35px;
	height:35px;
	cursor:pointer
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0px;
  }

  body{
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    color: #313131;
    overflow-x: hidden;
  }

.navbar-main-menu{
	display:flex;
	align-items:center;
}

  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .navbar-nav .nav-link {
    padding: 15px !important;
    text-decoration: none;
    font-size:17px;
    color: #313131;
    font-weight:600;
  }

  #navbar-main-menu .btn-primary{
    margin-top:0;
    padding: 12px 20px;
	  margin-left: 10px;
  }

.navbar-nav {
  display:flex;
  align-items: center;
}


.fa-magnifying-glass::before, .fa-search::before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/search-outline.svg);
	background-size:100% 100%;
	position:relative;
	top:3px;
	cursor: pointer;
}

  .mb-9-6-3{
    margin-bottom:90px;
  }

.mb-6-3{
	 margin-bottom:60px;
}

  .p-9-6-3{
    padding:90px 0;
  }
.mb-3{
	margin-bottom:30px !important;
}

.entry-content{
	/*padding-bottom:60px;*/
}

  img{
    display:inline-block;
  }

  h1{
    font-size:  3.052rem;/*48.83px*/
    font-weight:700;
    margin-bottom:60px;
  }

  h2{
    font-size:  2.441rem;/*39.06px*/
    font-weight:700;
    margin-bottom:60px;
  }

  h3{
    font-size:  1.953rem;/*31.25px*/
    font-weight:700;
    margin-bottom:60px;
  }

  h4{
    font-size:  1.563rem;/*25.00px*/
    font-weight:700;
    margin-bottom:30px;
  }

  h5{
    font-size:  1.25rem;/*20.00px*/
    font-weight:700;
    margin-bottom:30px;
  }

  h6{
    font-size:  1rem;/*16.00px*/
    font-weight:700;
    margin-bottom:30px;
  }


.popup-search-close::before, .search-close::before, .popup-search-close::after, .search-close::after{
	height:30px;
	border-color:#ffffff !important;
}

header{
	padding:15px 0px;
}

.headerBg{
	background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/header-img-tinified.png);
	background-size:cover;
	background-position:center center;
	height:500px;
	
}



.headerBg .container{
		height:100%;
	}
	
	.main-headerTitle{
		position:static;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
	}
	
	.main-headerTitle .btn-primary{
		width:fit-content;
	}

.main-headerTitle h1{
  text-transform: uppercase;
  color:#ffffff;
  font-weight:700;
  line-height:53px;
  margin-bottom:15px;
}

.main-headerTitle h2{
  color:#ffffff;
  font-weight: 300;
  margin-bottom:15px;
}

.btn-primary{
  display:inline-block;
  background-color: #e645a6;
  padding: 10px 35px;
  color:#ffffff;
  margin-top:20px;
  border-radius:50px;
  text-decoration: none;
  font-size:18px;
}

.btn-primary:hover, .btn-primary:focus{
  background-color: #84DCC6;
  color:#203040;
}

.compareWrap{
  margin-bottom:30px;
}

.compareBox{
  border-radius:0px 80px 0px 80px;
  position:relative;
  overflow:hidden;
  height:100%;
  height:290px;
  background-size: cover;
  background-position: center center;
}

.cB-1{
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/box1-img.jpg);

}

.cB-2{
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/box2-img.jpg);

}

.cB-3{
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/box3-img.jpg);

}

.cB-4{
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/box4-img.jpg);

}

.compareText{
  display:flex;
  flex-direction: column;
  height:100%;
  width:50%;
  background-color: rgba(197,33,132, 0.77);
  padding: 30px 30px;
}

.compareText ul{
  margin:0;
  list-style-type: none;
  
}

.compareText ul li{
  color:#ffffff;
  font-size:20px;
}

.compareText ul li:first-child{
  text-transform: uppercase;
  margin-bottom:20px;  
  font-weight:700;
}

.seeFull{
  display:inline-block;
  padding-left:20px;
  position: relative;
  margin-left:15px;
  text-decoration: none;
  color:#313131;
  font-size:20px;
  font-weight:600;
}

.seeFull:hover{
  text-decoration: underline;
  color:#313131;
}

.seeFull::before{
  display:inline-block;
  content: "";
  background-image: url(https://divine-gpms.world/wp-content/uploads/2023/06/ios-carret-right.svg);
  width:11px;
  height:14px;
  background-size: 100% 100%;
  position:absolute;
  left:0;
  top:7px;
}

.color{
  color:#e645a6;
}

p{
  margin-bottom:20px;
}


.thePlan .col-lg-7{
  text-align: center;
}
.thePlan h2, 
.theDecree h2{
  margin-bottom:15px;  
}

.thePlan h6,
.theDecree h6{
  margin-bottom:60px;
}

.phaseWrap{
  margin-bottom:30px;
}


.phases{
  background-color:#203040;
  color:#ffffff;
}

.phase{
  background-color:#ffffff;
  border: 1px solid #CCCCCC;
  height:100%;
  position:relative;
  border-radius:15px;
  padding:30px;

}

.phases .seeFull{
  color:#ffffff;
  margin-left:0;
}

.phases .seeFull::before{
    filter: invert(100%);
}

.phase .title{
  color: #203040;
  text-transform: uppercase;
  font-size:18px;
  font-weight:700;
  margin-bottom:15px;
  max-width:70%;
}

.phase .text{
  font-size:16px;
  color:#313131;
  max-width:85%;
  margin-bottom:15px;
  padding-bottom:15px;
}

.phase .text a{
  color:#e645a6;
  font-weight:700;
}

.ph-1, .ph-2, .ph-3{
  position:relative;
}

.ph-1::after{
  position: absolute;
  display:inline-block;
  content:"";
  width:120px;
  height:180px;
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/phase1-badge.svg);
  background-repeat:no-repeat;
  background-size:contain;
  right:0;
  top:-59px;
}

.ph-2::after{
  position: absolute;
  display:inline-block;
  content:"";
  width:120px;
  height:180px;
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/phase2-badge.svg);
  background-repeat:no-repeat;
  background-size:contain;
  right:0;
  top:-59px;
}

.ph-3::after{
  position: absolute;
  display:inline-block;
  content:"";
  width:120px;
  height:180px;
  background-image:url(https://divine-gpms.world/wp-content/uploads/2023/06/phase3-badge.svg);
  background-repeat:no-repeat;
  background-size:contain;
  right:0;
  top:-59px;
}

.links{
 
  position:absolute;
  bottom:25px;
 /*  right: 0; */
  width:80%;
  text-align: right;

}

.findOut{
  position:relative;
  padding-left:30px;
  text-decoration: none;
  color:#203040;
  font-weight:700;
}

.findOut::before{
  content:"";
  display:inline-block;
  width:25px;
  height:1px;
  background-color:#203040;
  position:absolute;
  left:0;
  top:8px;
}

.iconBox{
  text-align: center;
  height:100%;
 display:flex;
  flex-direction: column;
  margin-bottom:30px;
}

.iconBox img{
  margin-bottom:15px;
  max-height:150px;
  }

  .iconBox a{
   /*  display:inline-block; */
    color:#203040;
    text-decoration: none;
    position:relative;
    padding-right:30px;
  }

  .iconBox a::after{
    content: "";
    display:inline-block;
    width:22px;
    height:14px;
    background-image: url(https://divine-gpms.world/wp-content/uploads/2023/06/ios-arrow-thin-right.svg);
    background-size: 100% 100%;
    position:absolute;
    right:0px;
    top:5px;
  }

.iconBox h5{
  margin-bottom: 10px;
  text-transform: uppercase;
}

.theDecree{
  background-color: #F8F8F8; 
}

.theDecree h4{
  text-transform: uppercase;
}

ul.dots{
  margin:0;
  padding:0;  
}

.dots li{
  list-style-type:none;
  padding-left:20px;
  position: relative;
}

.dots li::before

{
  content: "";
  display:inline-block;
  width:11px;
  height:11px;
  background-image: url(https://divine-gpms.world/wp-content/uploads/2025/11/ul_li.svg);
  background-size: 100% 100%;
  position:absolute;
  left:0px;
  top:6px;
}

.compareBox ul li, .wp-block-social-links ul li{

	padding-left:0;
	position:static;
}


.halfTxtBox{
  padding: 50px 100px 50px 0px;
}

.beforeRight{
  position: relative;
}

.beforeRight::after{
  content: "";
  display:inline-block;
  width:200vh;
  height:100%;
  background-color: #e645a6;
  background-size: 50% 100%;
  position:absolute;
  left:60px;
  top:0px;  
  z-index:-1;
}

.beforeRight img{
  position:absolute;
  bottom:0;
  left:0px;
max-width:472px;

}


.halfTxtBox2{
  padding: 50px 0px 50px 100px;
}

.beforeLeft{
  position: relative;
}

.beforeLeft::after{
  content: "";
  display:inline-block;
  width:200vh;
  height:100%;
  background-color: #203040;
  background-size: 50% 100%;
  position:absolute;
  right:60px;
  top:0px;  
  z-index:-1;
}

.beforeLeft img{
  position:absolute;
  bottom:0;
  right:0px;
	max-width:465px;

}

#map{
  position:relative;
  /* width:600px; */
}

.mapSvg svg{
  fill:#84DCC6;
 
}

.mapSvg svg path:hover{
  fill:  #619C8C;
}

.heyo:hover {
  fill: #253a70;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  cursor: pointer;
}

.results{
  pointer-events: none;
  position: absolute;
	left:70px;
  padding:5px;
  display:flex;
  min-width:120px;
  z-index:50;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  font-size:14px;
  font-weight:600;
  background-color: #ffffff !important;
  border-radius: 5px;
  border:1px solid #203040;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display:none;
}

.results.active{
  display:flex;
}


.description {
  pointer-events: none;
  white-space:nowrap;
  z-index: 50;
  margin: 0 auto;
  color: #203040;

}

.description.active {
  display: block;
}

.descSpan{
  white-space:nowrap;
}

.descSpan.active {
  display: block;
}

.results:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #203040;
}


/*table track progress*/
.states-10-view{
  padding:10px;
}

.states-10-view table{
  width:100%;
}

.states-10-view table th{
  background-color: #e645a6;
  text-transform: uppercase;
  font-size:16px;
  font-weight:600;
  color:#ffffff; 
  padding:10px; 
  border:1px solid #e645a6; 
}

.states-10-view table th:first-child{
	border-right:1px solid #ffffff;
}

.states-10-view table td{
  padding:10px;
  border:1px solid #cdcdcd; 
}

.states-10-view table .countryCount{
  text-align: right;
}

.states-10-view p{
  font-size:14px;
  margin-top:15px;  
}

.totalCountNumber{
 
  font-size:24px;
  font-weight:bold;
}

.totalCountNumber span{
  color: #e645a6;
}

footer{
  font-size:14px;
}

.main-footer{
  background-color: #203040;
	padding:70px 0px 40px 0;
}

.main-footer ul{
  margin:0 0 30px 0;
  padding:0;  
}

.main-footer ul li{
  color:#ffffff;
  list-style-type: none;
  margin-bottom:7px;
}

.main-footer ul li:first-child{
  margin-bottom:15px;
  text-transform: uppercase;
  font-weight: 700;;
}

footer ul li a{
  text-decoration: none;
  color:#ffffff;
}

footer ul li a:hover{
  color:#ffffff;
  opacity:0.6;
}

footer .social{
  display:flex;
  align-items:center;
  margin-top:25px;
 margin-bottom:30px;
}

footer .social a{
  display:inline-block;
  margin-right:10px;
  opacity:0.6;
}

footer .social a:hover{
  opacity:1;
}

.copyright-footer{
  background-color: #000000;
  padding:10px 0px;
  color:#ffffff;
  font-size:13px;
  display:flex;
  flex-wrap: wrap;
}

.copyright-footer span{
  display:inline-block;
  white-space: nowrap;
}

.copyright-footer a{
  text-decoration: none;
  color:#ffffff;  
}

.copyright-footer a:hover{
  color:#ffffff;
  opacity:0.6;
}


.single-page{
  height:350px;
  background: url(https://divine-gpms.world/wp-content/uploads/2023/06/single-page.png);
  background-size: cover;
  background-position: center top;
}

.single-page .container{
	height:100%;
}

.single-page h1{
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
	color:#ffffff;
}

/*consent form*/

input[type="checkbox"]{
  display:inline-block;
  width:20px;
  height:20px;
}

input[type="checkbox"]:checked{
  background-color: #e645a6;
  border:#e645a6;
}

/*hide contributeBox*/

.consentForm .representLabel{
  display:inline-block;
  width:fit-content;
  margin-right:7px;
}

textarea{
  height:120px;
}

.form-group{
  margin-bottom:15px;
}

.consentForm label{
  width:100%;
  margin-bottom:5px;
}

.consentForm label span{
  font-size:13px;}

  .consentForm .desc{
    font-size:14px;
  }

.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
}
.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.bootstrap-select .check-mark {
  line-height: 14px;
}
.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}


/*datepicker*/

.ui-datepicker{
  min-width:320px !important;
}

.ui-datepicker table{

  background-color: #ffffff;
  box-shadow:0px 0px 10px rgba(0,0,0,0.4);
  padding:15px;
}

.ui-datepicker .ui-datepicker-header{
  background-color: #e645a6;
  color:#ffffff;
}

.ui-datepicker th{
  border-right: 1px solid #ccc;
background: #141e28;
color: #fff;  
}

.ui-datepicker th:last-child{
  border-right: 0;
}

.ui-datepicker td span, .ui-datepicker td{
  border:1px solid #ccc;
  padding:3px;
  }

  .ui-datepicker td span, .ui-datepicker td:hover{
    background-color: #e645a6;

  }

  .ui-datepicker td span, .ui-datepicker td:hover a{
    color:#ffffff;
  }

.ui-datepicker td span, .ui-datepicker td a{
  text-align:center;
  color:#203040;
 
} 

.ui-datepicker-prev, .ui-datepicker-prev:hover{
  outline:1px solid #ffffff;
  top:3px !important;
  left:3px !important;
  cursor:pointer;
}

.ui-datepicker-next, .ui-datepicker-next:hover{
  outline:1px solid #ffffff;
  top:3px !important;
  right:3px !important;
  cursor:pointer;
}

.ui-datepicker-prev::after{
  display:inline-block;
  content:"<";
  position: absolute;
  color:#ffffff;
  font-size:20px;
  left:7px;
  top:-2px;
}

.ui-datepicker-next::after{
  display:inline-block;
  content:">";
  position: absolute;
  color:#ffffff;
  font-size:20px;
  right:7px;
  top:-2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  display:none;

}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  padding: 3px 4px 4px 8px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  margin-left:5px;
}

/*autograph*/

.signature-pad{
  margin:0;
  box-shadow:none;
  padding:0;
  border:0;
  width:100%;
  max-width:100%;
  height:250px;
  max-height:250px;

}

.signature-pad::before, .signature-pad::after{
  display:none;
}
.signature-pad--body{
  border:0; 
  min-height: 100%;

}

.signature-pad canvas{
  border: 1px solid #ced4da;
  border-radius: 5px;
  width:100% !important;
}

.consentForm button{
  border:none;}

  .signature-pad--footer, .signature-pad--actions{
    margin-top:0;
  }


  .signature-pad--actions .btn-primary{
    background-color: #e645a6;
    color:#fff;
    padding: 10px 25px;
    font-size:16px;
  }

  .signature-pad--actions .btn-primary:hover{
    background-color: #00bfff;
    color:#fff;
  }
/* general */
.show {
    display: block;
}
.hide {
    display: none;
}
.lblIsPrivate{
  display:inline-block;
  width:fit-content;
  margin-right:7px;
}
.trackProgress {
  display:inline-block;
  width:fit-content;
  margin-right:7px;
}

.logicalSummary{
  background-color: #F8F8F8; 
}

.colorGold {
	color: #FFD700;
	font-weight: bold;
}


