* { margin: 0 0; padding: 0; outline: none; -ms-word-break: break-word; word-break: break-word; word-wrap: break-word;  }

html {scroll-behavior: smooth; }
body { font-family: "Jost", serif; font-weight: normal !important; font-style: normal !important; overflow-x: hidden; padding: 0px !important; }

/* scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px; transition: 0.3s ease-in-out; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 10px; background: #FD4200; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 255, 255, 0.3);}

input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus { /* border: 1px solid transparent; */ -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset; transition: background-color 5000s ease-in-out 0s;}

img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

/* modal css */

.modal-dialog {  max-width: 1150px !important; }
.modal-content { border-radius: 40px; border: none !important; }

.page_count { min-width:90px; height: 90px; border-radius: 40px 0px 40px 0px; background: #0C41A1; color: #fff; font-size: 42px; font-weight: 600; text-align: center; align-self: flex-start; display: flex; align-items: center; justify-content: center; }

.category_select { max-width: 455px; width: 100%; margin: 0px 5px 25px; display: block; }
.category_select_block { display: flex; align-items: flex-start; justify-content: center; width: 100%; }
.category_select_block .cs_button { box-shadow: 0px 4px 12px 0px #00000040; background: #FFFFFF; max-width: 450px; width: 100%; border-radius: 118px; font-size: 18px; line-height: 23px; text-align: center; color: #131313; display: flex; align-items: center; justify-content: center; margin-bottom: 7px; padding: 15px; }
.category_select_block p { font-size: 14px; line-height: 23px; color: #131313; margin-bottom:10px; text-align: center; padding: 0px 20px; }
.category_select_block .cs_button span:first-child { margin: auto; }

.projectform_block { width: 100%; display: flex; justify-content: space-between; }
.project_icon { max-width: 253px; height: 230px; width: 100%; background: url(../images/shapeimg.png) no-repeat; padding: 15px; background-position: center; background-size: cover; }
.project_icon .iconbox { box-shadow: 0px 4px 12px 0px #00000040; width: 200px; height: 200px; border-radius: 50%; background: #fff; padding: 45px; }

.projectque_from { max-width: 776px; width: 100%; }
.form-group { margin-bottom: 16px; }
.form-group .form-label { font-size: 14px; line-height: 23.12px; color: #fff; margin-bottom: 8px; font-weight: 400; }
.uploadimg { border: 1px dashed #fff; width: 100%; min-height: 100px; display: inline-flex; justify-content: center; align-items: center; padding: 10px; position: relative;text-align: center; }
/* .uploadimg { border: 1px dashed #fff; width: 100%; min-height: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; position: relative; } */

.uploadimg input { width: 100%; height: 100%; cursor: pointer; position: absolute; opacity: 0; }
.uploadimg img { width: 42px; height: 42px; }
.uploadimg span { font-size: 14px; text-align: center; color: #fff; margin-left: 5px;}

.checkrow { border: 1px solid #929292; width: 100%; margin-bottom: 10px; padding: 8px; }
.checkbox { position: relative; padding-left: 32px; cursor: pointer;font-size: 14px; line-height: 24px; font-weight: 500; -webkit-user-select: none; color: #131313 !important;  -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 0; margin-left: 0px; }
.checkbox a { color: #131313 !important;  text-decoration: underline !important; }
.checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;}
.checkmark { position: absolute; top: 2px; left: 0; height: 22px; width: 22px; background: #E0EBFF; border: 1px solid #929292; border-radius: 0px; }

.checkmark::after { display: none;content: "";position: absolute; left: 6px; top: 1px; width: 8px; height: 15px; border: solid #fff; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
input:checked ~ .checkmark::after { display: block; }
input:checked ~ .checkmark {  background: #0C409F; }

.modal .backbtn { color: #817C7C; font-size: 16px; line-height: 23px; display: inline-block; }

#projectModalStepFour .modal-title { margin: 0px auto; padding-bottom: 25px; }
#projectModalStepFour .modal-body { padding-top: 0px !important; }
.close_text { font-size: 16px; color: #fff; margin-bottom: 30px; text-align: center; }

.choose_content_block .checkbox_block { display: flex; flex-wrap: wrap; justify-content: space-between; }
.choose_content_block .checkbox_block .checkrow { width: 48%; }
.choose_content_block .form-field { max-width: 80%; margin: 0px auto; }


/* -------------------------------------------------------------------------------------------------------- */
/* responsive view */


@media (min-width: 1200px) and (max-width: 1300px) {
    
}

@media (min-width: 1400px) and (max-width: 1500px) {


}

@media (min-width: 1470px) and (max-width: 1500px) {


}

@media (min-width: 1600px) {

}


@media (min-width: 1680px) {

}


@media (min-width: 2100px){

    
}

@media (min-width: 1700px){

/* modal css */

.modal-dialog {  max-width: 66.31vw !important; }
.modal-content { border-radius: 2.10vw; }
.page_count { min-width: 5.89vw; height: 5.36vw; border-radius: 2.10vw 0px 2.10vw 0px; font-size: 3.15vw;  }

.category_select { max-width: 27.89vw; margin: 0px 0.26vw 1.31vw; }

.category_select_block .cs_button {  max-width: 27.36vw; border-radius: 6.21vw; font-size: 1.05vw; line-height: 1.52vw; margin-bottom: 0.37vw; padding: 1.26vw; }
.category_select_block p { font-size: 0.84vw; line-height: 1.21vw; margin-bottom: 0.52vw; padding: 0px 1.05vw; }
.modal .common_btn { max-width: 11.36vw; }

.project_icon { max-width: 15.63vw; height: 14.21vw; padding: 0.78vw; }
.project_icon .iconbox { width: 12.63vw; height: 12.63vw; padding: 2.36vw; }
.projectque_from { max-width: 40.84vw;  }
.form-group { margin-bottom: 0.84vw; }
.form-group .form-label { font-size: 0.84vw; line-height: 1.21vw; margin-bottom: 0.42vw; }
.uploadimg { min-height: 4.26vw; padding: 0.52vw; }
.uploadimg img { width: 2.21vw; height: 2.21vw; }
.uploadimg span { font-size: 0.73vw; }

.checkrow { margin-bottom: 15px; padding: 0.57vw; }
.checkbox { padding-left: 1.84vw; font-size: 0.73vw; line-height: 1.47vw; }
.checkmark {top: 0.10vw; height: 1.31vw; width: 1.31vw;  }
.checkmark::after { left: 0.37vw; top: 0.10vw; width: 0.42vw; height: 0.78vw; }    
.form-group .from-control {  font-size: 0.63vw; padding: 0.73vw; }
.modal .backbtn { font-size: 0.84vw; line-height: 1.21vw; }
#projectModalStepFour .modal-title { padding-bottom: 1.68vw; }
.close_text { font-size: 0.84vw; margin-bottom: 2.05vw; }
.choose_content_block .checkbox_block .checkrow { width: 48%; }
.choose_content_block .form-field { max-width: 80%;}


}

@media (max-width: 1199px) {

header .dot_icon { width: 24px; height: 24px; cursor: pointer;}
#sidebarMenu { height: 100%; position: fixed; right: 0; width: 316px; padding: 20px; top: 0px; transform: translateX(0px); transition: transform 250ms ease-in-out; background: #fff; z-index: 111; border-left: 1px solid #000; }
.sidebarMenuInner { margin: 0; padding: 0; padding-top: 20px; height: 100vh; overflow-y: auto; }
.hidden { transform: translateX(316px) !important;}
.close_button { width: 18px; height: 18px; cursor: pointer; margin-left: auto; }
.close_button img { width: 100%; height: 100%; object-fit: contain; object-position: center;  }

.sidebarMenuInner li a { display: flex; align-items: center; width: 100%; padding: 10px 0px; font-size: 14px; color: #000; }
.sidebarMenuInner li a:hover, .sidebarMenuInner li a.active {  color: #FD4200; }
.sidebarMenuInner li a img { width: 16px; height: 16px; object-fit: contain; object-position: center;  }
.sidebarMenuInner li a img.arrow_img { width: 14px; height: 14px; }

.modal-dialog { max-width: 94% !important;}
.page_count {min-width: 75px; height: 75px; font-size: 32px;}
.category_select_block .cs_button { font-size: 16px;}
.category_select_block p { font-size: 12px; line-height: 20px;}
.category_select { max-width: 410px;}
.projectque_from { max-width: 640px;}
.project_icon .iconbox { width: 180px; height: 180px;}
.project_icon { max-width: 232px; height: 210px;}


}

@media (max-width: 991px) {


.project_icon .iconbox { width: 145px; height: 145px;}
.project_icon { max-width: 190px; height: 173px;}



}

@media (max-width: 767px) {

.page_count { min-width: 66px; height: 66px; font-size: 22px;}
.category_select_block .cs_button { font-size: 14px; padding: 10px 10px; }
.checkbox { font-size: 12px;}
.checkmark { height: 20px; width: 20px;}
.checkmark::after { width: 6px; height: 13px;}
.checkbox { padding-left: 27px;}
.modal .backbtn { font-size: 14px; line-height: 19px;}
.project_icon .iconbox { width: 110px; height: 110px; padding: 25px; }
.project_icon {max-width: 157px; height: 140px;}
.social_icons li { margin: 0px 6px;}



}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

.modal-dialog { margin: 30px auto; }
.close_button { width: 14px; height: 14px;}

.list_box { margin-right: 0px;}
.projectform_block { display: block;}
.page_count { min-width: 50px; height: 50px; font-size: 16px;}
.choose_content_block .checkbox_block .checkrow { width: 100%;}


}

@media (max-width: 500px) {


}
